diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/nph | |
parent | fa9509791fb3ad63885e207da5c039b25eeef942 (diff) | |
download | ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.tar.gz ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200777
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> |