diff options
Diffstat (limited to 'www/cgilib/Makefile')
-rw-r--r-- | www/cgilib/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/www/cgilib/Makefile b/www/cgilib/Makefile index 2c0a2471909..a420167030c 100644 --- a/www/cgilib/Makefile +++ b/www/cgilib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:25 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/03/14 20:41:19 tv Exp $ # DISTNAME= cgilib-0.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ftp://ftp.infodrom.north.de/pub/people/joey/cgilib/ @@ -12,12 +12,5 @@ COMMENT= Common gateway interface library USE_BUILDLINK3= yes USE_LIBTOOL= yes -USE_RMAN= yes - -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == "SunOS") -MAKE_FLAGS+= NROFF="man -l" -.endif .include "../../mk/bsd.pkg.mk" |