summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-11-04 20:35:17 +0000
committerknu <knu@FreeBSD.org>2001-11-04 20:35:17 +0000
commit5c1a0b7e4b35fcb96d2700d7f0c7dcc9d599749d (patch)
treea66850b66ce7f46b65944fa0acdac05b9c860928 /ports-mgmt
parent2d97ef6ca3a65c1161c7eafc89de76ed63905bc1 (diff)
downloadFreeBSD-ports-5c1a0b7e4b35fcb96d2700d7f0c7dcc9d599749d.zip
FreeBSD-ports-5c1a0b7e4b35fcb96d2700d7f0c7dcc9d599749d.tar.gz
Update to 20011105.
- portupgrade: Do not go fetch "Latest" packages unless -P is given twice. - Fix and improve wording in the manual pages.
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile15
-rw-r--r--ports-mgmt/portupgrade-devel/distinfo2
-rw-r--r--ports-mgmt/portupgrade/Makefile15
-rw-r--r--ports-mgmt/portupgrade/distinfo2
4 files changed, 12 insertions, 22 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index c0227c2..655e139 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/portupgrade-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20011104
+PORTVERSION= 20011105
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -42,9 +42,10 @@ MLINKS= pkgdb.1 pkg_which.1 \
portsdb.1 ports_glob.1
MANCOMPRESSED= maybe
-DOCS= ChangeLog README
-
-DOCSDIR= ${PREFIX}/share/doc/pkgtools
+INSTALL_TARGET= install
+.if !defined(NOPORTDOCS)
+INSTALL_TARGET+= install-doc
+.endif
post-install:
# Remove old database
@@ -52,11 +53,5 @@ post-install:
if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \
${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \
fi
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
.include <bsd.port.mk>
diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo
index c5ee361..c1f6545 100644
--- a/ports-mgmt/portupgrade-devel/distinfo
+++ b/ports-mgmt/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6
+MD5 (pkgtools-20011105.tar.gz) = 51fc202b6bfc544973c99a8fa6b8a8ee
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index c0227c2..655e139 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20011104
+PORTVERSION= 20011105
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -42,9 +42,10 @@ MLINKS= pkgdb.1 pkg_which.1 \
portsdb.1 ports_glob.1
MANCOMPRESSED= maybe
-DOCS= ChangeLog README
-
-DOCSDIR= ${PREFIX}/share/doc/pkgtools
+INSTALL_TARGET= install
+.if !defined(NOPORTDOCS)
+INSTALL_TARGET+= install-doc
+.endif
post-install:
# Remove old database
@@ -52,11 +53,5 @@ post-install:
if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \
${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \
fi
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
.include <bsd.port.mk>
diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo
index c5ee361..c1f6545 100644
--- a/ports-mgmt/portupgrade/distinfo
+++ b/ports-mgmt/portupgrade/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6
+MD5 (pkgtools-20011105.tar.gz) = 51fc202b6bfc544973c99a8fa6b8a8ee
OpenPOWER on IntegriCloud