diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/omnitty | |
parent | fa9509791fb3ad63885e207da5c039b25eeef942 (diff) |
Notes
Diffstat (limited to 'net/omnitty')
-rw-r--r-- | net/omnitty/Makefile | 8 |
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> |