diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-11-08 16:25:39 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-11-08 16:25:39 +0000 |
commit | 90bfe7cdd866ff77d86a7ac08510110eaf3176ad (patch) | |
tree | 3f3bebcd289c59b67cf3de8b410d7d0a36d99367 /www/cgichk/Makefile | |
parent | 477897121fb0c7b978ab814ac724207092a1c253 (diff) | |
download | ports-90bfe7cdd866ff77d86a7ac08510110eaf3176ad.tar.gz ports-90bfe7cdd866ff77d86a7ac08510110eaf3176ad.zip |
Notes
Diffstat (limited to 'www/cgichk/Makefile')
-rw-r--r-- | www/cgichk/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/www/cgichk/Makefile b/www/cgichk/Makefile index 8230e1e172f9..b251f554984b 100644 --- a/www/cgichk/Makefile +++ b/www/cgichk/Makefile @@ -7,9 +7,9 @@ PORTNAME= cgichk PORTVERSION= 2.60 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -18,12 +18,6 @@ COMMENT= A web site vulnerability scanner WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= cgichk -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - post-patch: ${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile ${REINPLACE_CMD} -e \ @@ -37,4 +31,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |