diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:53:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:53:46 +0000 |
commit | 260b2edafd358f77c49249acb5545764315d5ce9 (patch) | |
tree | 660f33f450bbab88db3f425d963bac094e937569 /net/freenet6 | |
parent | d2d7ba91aa03c042adab70b43cf10d6692977b07 (diff) | |
download | ports-260b2edafd358f77c49249acb5545764315d5ce9.tar.gz ports-260b2edafd358f77c49249acb5545764315d5ce9.zip |
Notes
Diffstat (limited to 'net/freenet6')
-rw-r--r-- | net/freenet6/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile index fe0c86e5c94f..e3fc5e10a561 100644 --- a/net/freenet6/Makefile +++ b/net/freenet6/Makefile @@ -24,16 +24,7 @@ MAN5= tspc.conf.5 PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= freenet6.sh pkg-message - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -IGNORE= This program might not be working on FreeBSD version below 4.0 -.endif -.if ${OSVERSION} > 500000 EXTRA_PATCHES= ${FILESDIR}/patch5-template::freebsd.sh -.endif - MAKE_ARGS= target=freebsd installdir=${PREFIX} do-install: @@ -62,4 +53,4 @@ post-patch: -e "s|template=linux|template=tspc-freebsd|g" \ ${WRKSRC}/man/man5/tspc.conf.5 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |