diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-04 20:35:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-04 20:35:17 +0000 |
commit | 327f03d400aaae529dee7cade38b939e2f3341ce (patch) | |
tree | 9f24e2bbd50613630a71b1515728578b89746dbf /sysutils | |
parent | 7da5cb1dcdca6dbd8052bd935047e877a12484e9 (diff) | |
download | ports-327f03d400aaae529dee7cade38b939e2f3341ce.tar.gz ports-327f03d400aaae529dee7cade38b939e2f3341ce.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 15 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 15 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
4 files changed, 12 insertions, 22 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index c0227c2353ca..655e13974baa 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/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/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo index c5ee361e1753..c1f6545f1679 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6 +MD5 (pkgtools-20011105.tar.gz) = 51fc202b6bfc544973c99a8fa6b8a8ee diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index c0227c2353ca..655e13974baa 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/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/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index c5ee361e1753..c1f6545f1679 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6 +MD5 (pkgtools-20011105.tar.gz) = 51fc202b6bfc544973c99a8fa6b8a8ee |