aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-08-29 01:27:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-08-29 01:27:05 +0000
commit3468faaa0b2c7b389f7ee7d43a5d5438291b2422 (patch)
tree397067a305546e671e0b90edd6d29953697422f1 /ports-mgmt
parent1d45b6e08bc65960b1722ac5d8cd65658b6fb62c (diff)
downloadports-3468faaa0b2c7b389f7ee7d43a5d5438291b2422.tar.gz
ports-3468faaa0b2c7b389f7ee7d43a5d5438291b2422.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/porttools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/porttools/Makefile b/ports-mgmt/porttools/Makefile
index 092c717c2abb..e9405a2fea8c 100644
--- a/ports-mgmt/porttools/Makefile
+++ b/ports-mgmt/porttools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= porttools
PORTVERSION= 0.63
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,6 +18,8 @@ COMMENT= Tools for testing and submitting port updates and new ports
RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \
sudo:${PORTSDIR}/security/sudo
+.include <bsd.port.pre.mk>
+
.if defined(WITH_NEWFILE) || exists(${LOCALBASE}/bin/newfile)
RUN_DEPENDS+= ${LOCALBASE}/bin/newfile:${PORTSDIR}/devel/newfile
.endif
@@ -29,4 +32,4 @@ MAKE_ENV= PREFIX="${PREFIX}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}"
MAN1= port.1
MAN5= porttools.5
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>