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 /sysutils | |
parent | dcfe30c01042fc15cd040efdb465bce3f4ed8a7b (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 4 |
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; \ |