diff options
author | knu <knu@FreeBSD.org> | 2002-02-15 01:53:15 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-02-15 01:53:15 +0800 |
commit | d3ec962b635817acc2eb32cb5df11865f13a6bed (patch) | |
tree | 9a2fe4c45923814959b67a87ac91147de47a3795 /ports-mgmt | |
parent | 1d626a969bdc3d5bbfcfecb62d4c72f1aad6b2d1 (diff) | |
download | freebsd-ports-gnome-d3ec962b635817acc2eb32cb5df11865f13a6bed.tar.gz freebsd-ports-gnome-d3ec962b635817acc2eb32cb5df11865f13a6bed.tar.zst freebsd-ports-gnome-d3ec962b635817acc2eb32cb5df11865f13a6bed.zip |
Remove an accidentally mingled debug print from portcvsweb(1).
Bump PORTREVISION.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 993b9c1a2d77..3bf5d25f07c9 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/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/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; \ |