diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
commit | 390824965052cc70180f9260020ce05f7bac73b3 (patch) | |
tree | de8ee9a13aa428604f4e7ec2f6467eab313deb48 /net/nph | |
parent | 30692bcf95616dd19481e08304ab4b7d2b142b8c (diff) | |
download | freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.gz freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.zst freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net/nph')
-rw-r--r-- | net/nph/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/nph/Makefile b/net/nph/Makefile index 5fb79910913e..324a97e75430 100644 --- a/net/nph/Makefile +++ b/net/nph/Makefile @@ -62,12 +62,6 @@ MAN3= ph_add.3 \ ph_whoami.3 \ ph_www_resolve.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= doesn't compile on FreeBSD < 5.x -.endif - do-install: @(cd ${BUILD_WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-recurse) @@ -78,4 +72,4 @@ do-install: post-clean: @${RM} -f ${PREFIX}/etc/ph_server -.include <bsd.port.post.mk> +.include <bsd.port.mk> |