aboutsummaryrefslogtreecommitdiff
path: root/net/omnitty
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
commit2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch)
tree662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/omnitty
parentfa9509791fb3ad63885e207da5c039b25eeef942 (diff)
downloadports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.tar.gz
ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200777
Diffstat (limited to 'net/omnitty')
-rw-r--r--net/omnitty/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/omnitty/Makefile b/net/omnitty/Makefile
index 8d479b67e3af..3230cc2e046d 100644
--- a/net/omnitty/Makefile
+++ b/net/omnitty/Makefile
@@ -25,12 +25,6 @@ MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= does not work on FreeBSD 4.x
-.endif
-
post-patch:
${REINPLACE_CMD} 's|<alloca.h>|<stdlib.h>|' \
${WRKSRC}/machmgr.c
@@ -39,4 +33,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>