diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /net/pptpclient | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) | |
download | ports-b2a96c6df1c8809216eced623ec37a8372b3216e.tar.gz ports-b2a96c6df1c8809216eced623ec37a8372b3216e.zip |
Notes
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> |