aboutsummaryrefslogtreecommitdiff
path: root/security/ncrypt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
commit13441eac4bb7e0e8a50bd437681b05022e55146b (patch)
treed65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/ncrypt
parent8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff)
downloadports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz
ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip
Notes
Diffstat (limited to 'security/ncrypt')
-rw-r--r--security/ncrypt/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile
index 33f8b82b86b7..2ba752966e15 100644
--- a/security/ncrypt/Makefile
+++ b/security/ncrypt/Makefile
@@ -26,12 +26,6 @@ PLIST_FILES= bin/ncrypt bin/nrm
post-configure:
@${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \
${WRKSRC}/Makefile
-.if (${OSVERSION} < 500000)
- @${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,g' \
- ${WRKSRC}/standard.h
- @${REINPLACE_CMD} -e 's,O_SYNC,O_FSYNC,g' \
- ${WRKSRC}/wipe_file.c
-.endif
.if (${OSVERSION} < 501000)
@${REINPLACE_CMD} -e 's,ifndef WIN32,if (!defined(__FreeBSD__)),g' \
${WRKSRC}/ncrypt.c