diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-08-29 01:27:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-08-29 01:27:05 +0000 |
commit | 3468faaa0b2c7b389f7ee7d43a5d5438291b2422 (patch) | |
tree | 397067a305546e671e0b90edd6d29953697422f1 /devel/porttools | |
parent | 1d45b6e08bc65960b1722ac5d8cd65658b6fb62c (diff) | |
download | ports-3468faaa0b2c7b389f7ee7d43a5d5438291b2422.tar.gz ports-3468faaa0b2c7b389f7ee7d43a5d5438291b2422.zip |
Notes
Diffstat (limited to 'devel/porttools')
-rw-r--r-- | devel/porttools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/porttools/Makefile b/devel/porttools/Makefile index 092c717c2abb..e9405a2fea8c 100644 --- a/devel/porttools/Makefile +++ b/devel/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> |