diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-14 17:53:15 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-14 17:53:15 +0000 |
commit | 80fe15d7b74409bd3a7d3c10c66443cdb4b1ae65 (patch) | |
tree | 7895679791ef57b5e2ba96223222d04ab784e22b /ports-mgmt/portupgrade | |
parent | dcfe30c01042fc15cd040efdb465bce3f4ed8a7b (diff) | |
download | ports-80fe15d7b74409bd3a7d3c10c66443cdb4b1ae65.tar.gz ports-80fe15d7b74409bd3a7d3c10c66443cdb4b1ae65.zip |
Notes
Diffstat (limited to 'ports-mgmt/portupgrade')
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 993b9c1a2d77..3bf5d25f07c9 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -7,6 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20020213.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -55,6 +56,9 @@ INSTALL_TARGET= install INSTALL_TARGET+= install-doc .endif +post-patch: + ${RUBY} -i.orig -ne '/ p / or print' ${WRKSRC}/bin/portcvsweb + post-install: if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \ ${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \ |