aboutsummaryrefslogtreecommitdiff
path: root/security/ncrypt
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 /security/ncrypt
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 'security/ncrypt')
-rw-r--r--security/ncrypt/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile
index 31294adc8168..31c3f415991b 100644
--- a/security/ncrypt/Makefile
+++ b/security/ncrypt/Makefile
@@ -21,14 +21,8 @@ USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262
PLIST_FILES= bin/ncrypt bin/nrm
-.include <bsd.port.pre.mk>
-
post-configure:
@${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \
${WRKSRC}/Makefile
-.if (${OSVERSION} < 501000)
- @${REINPLACE_CMD} -e 's,ifndef WIN32,if (!defined(__FreeBSD__)),g' \
- ${WRKSRC}/ncrypt.c
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>