diff options
author | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
commit | 8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch) | |
tree | 06fbb407306ac7e1b7b00946df69737e787c8891 /net/pptpclient | |
parent | e32973556a174646ad93cdf1b43963a9fc18eb55 (diff) | |
download | freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.gz freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.zst freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'net/pptpclient')
-rw-r--r-- | net/pptpclient/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile index 07eb1be179cd..0456fce6482e 100644 --- a/net/pptpclient/Makefile +++ b/net/pptpclient/Makefile @@ -18,13 +18,7 @@ USE_PERL5= yes MAN8= pptp.8 -.include <bsd.port.pre.mk> - MAKE_ARGS= DEBUG="" -.if ${OSVERSION} < 500041 -MAKE_ARGS+= INCLUDE="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pptp ${PREFIX}/sbin @@ -33,4 +27,4 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/ppp.conf ${PREFIX}/share/examples/pptpclient ${INSTALL_MAN} ${WRKSRC}/pptp.8 ${PREFIX}/man/man8 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |