summaryrefslogtreecommitdiff
path: root/sysutils
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 /sysutils
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 'sysutils')
-rw-r--r--sysutils/portupgrade-devel/Makefile4
-rw-r--r--sysutils/portupgrade/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index 993b9c1a2d77..3bf5d25f07c9 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/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; \
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index 993b9c1a2d77..3bf5d25f07c9 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/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; \