aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/svr4
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-11-21 19:03:17 +0000
committerBill Meier <wmeier@newsguy.com>2010-11-21 19:03:17 +0000
commitd1b6eacf219143e585ae026322fda6c90dd466f1 (patch)
tree76f1919e7bc6c90c16b803cc1bbd88c55f5a2aca /packaging/svr4
parent2560f981ab5f6a1905cee775302ba7e67a4298d9 (diff)
Add $Id$; Fix some properties.
svn path=/trunk/; revision=34996
Diffstat (limited to 'packaging/svr4')
-rw-r--r--packaging/svr4/Makefile.am3
-rwxr-xr-xpackaging/svr4/checkinstall.in3
-rwxr-xr-xpackaging/svr4/mkpkg4
-rw-r--r--packaging/svr4/pkginfo.in1
4 files changed, 10 insertions, 1 deletions
diff --git a/packaging/svr4/Makefile.am b/packaging/svr4/Makefile.am
index baf92c1524..afcf9e2bfa 100644
--- a/packaging/svr4/Makefile.am
+++ b/packaging/svr4/Makefile.am
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
DISTCLEANFILES = \
Prototype
diff --git a/packaging/svr4/checkinstall.in b/packaging/svr4/checkinstall.in
index a915d1336c..2c928409f5 100755
--- a/packaging/svr4/checkinstall.in
+++ b/packaging/svr4/checkinstall.in
@@ -4,6 +4,9 @@
#
# This is a modified version of a script written by mark@metalab.unc.edu .
# The original is at http://metalab.unc.edu/pub/packages/solaris/sparc/html/creating.solaris.packages.html .
+#
+# $Id$
+#
PKG_CONFIG=@PKG_CONFIG@
diff --git a/packaging/svr4/mkpkg b/packaging/svr4/mkpkg
index 5fbc320df9..ecd908ee79 100755
--- a/packaging/svr4/mkpkg
+++ b/packaging/svr4/mkpkg
@@ -5,7 +5,9 @@
#
# This is a modified version of a script written by mark@metalab.unc.edu .
# The original is at http://metalab.unc.edu/pub/packages/solaris/sparc/html/creating.solaris.packages.html .
-
+#
+# $Id$
+#
if [ "$1" != "" ] ; then
pkg=$1
else
diff --git a/packaging/svr4/pkginfo.in b/packaging/svr4/pkginfo.in
index 0ecbbbece0..b79386e70a 100644
--- a/packaging/svr4/pkginfo.in
+++ b/packaging/svr4/pkginfo.in
@@ -1,3 +1,4 @@
+# $Id$
PKG="@PACKAGE@"
NAME="@PACKAGE@ @VERSION@"
VERSION="@VERSION@"