diff options
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> |