summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-02 21:34:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-02 21:34:10 +0000
commit84d771210f0a8ba19748a9143000c6477d28c28c (patch)
treee932a6e1e76d4f80ff8affa59139e133bb2459a3
parentTurn audio/vorbis into a meta-port for the new Vorbis sub-ports. (diff)
Add pkg_* programs and manpages. Bump version number.
Notes
Notes: svn path=/head/; revision=34678
-rw-r--r--misc/40upgrade/Makefile5
-rw-r--r--misc/40upgrade/pkg-plist5
-rw-r--r--misc/41upgrade/Makefile5
-rw-r--r--misc/41upgrade/pkg-plist5
4 files changed, 18 insertions, 2 deletions
diff --git a/misc/40upgrade/Makefile b/misc/40upgrade/Makefile
index bee8a161cbb1..2fd8891da27c 100644
--- a/misc/40upgrade/Makefile
+++ b/misc/40upgrade/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= 40upgrade
-PORTVERSION= 2000.08.25
+PORTVERSION= 2000.11.01
CATEGORIES= misc
DISTFILES= # empty
@@ -24,6 +24,9 @@ PREFIX= /
NO_BUILD= yes
PKGINSTALL= ${WRKDIR}/INSTALL
DATE!= cat /var/db/port.mkversion
+MAN1= pkg_add.1 pkg_create.1 pkg_delete.1 pkg_info.1 pkg_version.1
+MANPREFIX= ${PREFIX}usr/share
+MANCOMPRESSED= maybe
do-install:
${SED} -e "s/%%VERSION%%/${DATE}/" ${PKGDIR}/pkg-install \
diff --git a/misc/40upgrade/pkg-plist b/misc/40upgrade/pkg-plist
index 9cab6e6e5f0a..0fa4e01da206 100644
--- a/misc/40upgrade/pkg-plist
+++ b/misc/40upgrade/pkg-plist
@@ -2,3 +2,8 @@ etc/mtree/BSD.x11-4.dist
usr/lib/libc.so.4
usr/lib/libxpg4.so
usr/lib/libxpg4.so.3
+usr/sbin/pkg_add
+usr/sbin/pkg_create
+usr/sbin/pkg_delete
+usr/sbin/pkg_info
+usr/sbin/pkg_version
diff --git a/misc/41upgrade/Makefile b/misc/41upgrade/Makefile
index 6047673436ff..07401da331df 100644
--- a/misc/41upgrade/Makefile
+++ b/misc/41upgrade/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= 41upgrade
-PORTVERSION= 2000.08.25
+PORTVERSION= 2000.11.01
CATEGORIES= misc
DISTFILES= # empty
@@ -24,6 +24,9 @@ PREFIX= /
NO_BUILD= yes
PKGINSTALL= ${WRKDIR}/INSTALL
DATE!= cat /var/db/port.mkversion
+MAN1= pkg_add.1 pkg_create.1 pkg_delete.1 pkg_info.1 pkg_version.1
+MANPREFIX= ${PREFIX}usr/share
+MANCOMPRESSED= maybe
do-install:
${SED} -e "s/%%VERSION%%/${DATE}/" ${PKGDIR}/pkg-install \
diff --git a/misc/41upgrade/pkg-plist b/misc/41upgrade/pkg-plist
index d3fa9b81c1c4..399a56d4bb1e 100644
--- a/misc/41upgrade/pkg-plist
+++ b/misc/41upgrade/pkg-plist
@@ -1 +1,6 @@
etc/mtree/BSD.x11-4.dist
+usr/sbin/pkg_add
+usr/sbin/pkg_create
+usr/sbin/pkg_delete
+usr/sbin/pkg_info
+usr/sbin/pkg_version