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 /security/ncrypt | |
| parent | - Update to 2.6.3 (diff) | |
- 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/Makefile | 8 |
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> |
