aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
commitb2a96c6df1c8809216eced623ec37a8372b3216e (patch)
tree0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /net/pptpclient
parent87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff)
downloadports-b2a96c6df1c8809216eced623ec37a8372b3216e.tar.gz
ports-b2a96c6df1c8809216eced623ec37a8372b3216e.zip
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225335
Diffstat (limited to 'net/pptpclient')
-rw-r--r--net/pptpclient/Makefile8
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>