summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-14 17:53:15 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-14 17:53:15 +0000
commit80fe15d7b74409bd3a7d3c10c66443cdb4b1ae65 (patch)
tree7895679791ef57b5e2ba96223222d04ab784e22b /ports-mgmt/portupgrade
parentDisable some asserts() that assume implementation characteristics (diff)
Remove an accidentally mingled debug print from portcvsweb(1).
Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=54710
Diffstat (limited to 'ports-mgmt/portupgrade')
-rw-r--r--ports-mgmt/portupgrade/Makefile4
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; \