diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-05-25 04:07:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-05-25 04:07:45 +0000 |
commit | 4734576daf90f7129fcbdc7cd3c1d887d18da519 (patch) | |
tree | 585f03771c2c466486f35cd7f720f7dcbf3c519e /www/webalizer/Makefile | |
parent | 9a800f10398ba8de7c63c2894a8994a462169421 (diff) |
Notes
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r-- | www/webalizer/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 4437205db6dd..e8a7fcc5e09a 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -7,7 +7,7 @@ PORTNAME= webalizer PORTVERSION= 2.1.10 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \ @@ -106,6 +106,10 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -liconv" CFLAGS+= -I${LOCALBASE}/include .endif +.if !defined(WITHOUT_WEBALIZER_FULLREFS) +EXTRA_PATCHES+= ${FILESDIR}/webalizer-fullrefs.patch +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} |