aboutsummaryrefslogtreecommitdiffstats
path: root/security/ncrypt
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 14:02:06 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 14:02:06 +0800
commit50ef8aeab64606f46790199997daf350fce5ea76 (patch)
treed8dd676e01f9fcfef951a72fa9db10a9508220bb /security/ncrypt
parentd92c67423df2ebda90ee2a58e20c374297252deb (diff)
downloadfreebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.gz
freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.zst
freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.zip
Remove always-false/true conditions based on OSVERSION 500000
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