aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cmospwd
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 14:10:15 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 14:10:15 +0800
commit08fd42a6ba4cfc15ec8814217e373f4372da0992 (patch)
tree2bfa1b92e0b7e94dd901a1f482e54b22aec5571d /sysutils/cmospwd
parent50ef8aeab64606f46790199997daf350fce5ea76 (diff)
downloadfreebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.gz
freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.zst
freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'sysutils/cmospwd')
-rw-r--r--sysutils/cmospwd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile
index cfc1fba67006..172b03808654 100644
--- a/sysutils/cmospwd/Makefile
+++ b/sysutils/cmospwd/Makefile
@@ -22,13 +22,7 @@ PORTDOCS= cmospwd.txt
ONLY_FOR_ARCHS= i386 amd64
-.include <bsd.port.pre.mk>
-
post-patch:
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|<stdint\.h>|<unistd.h>|' \
- ${WRKSRC}/src/cmospwd.c
-.endif
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -e "s/`${ECHO_CMD} -e '\r'`*$$//" \
${WRKSRC}/cmospwd.txt
@@ -45,4 +39,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>