diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-13 19:46:02 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-13 19:46:02 +0000 |
commit | 4f5f38c796459359bf8e261bce5f0bb8162da233 (patch) | |
tree | cea8b3a0376184fe8177592afe7ceb20aa932fcd /www/sarg/Makefile | |
parent | Now we don't create static lib of atlas port as default. (diff) |
Use vendor patches to fix index.html generation
Approved by: portmgr (linimon)
Diffstat (limited to 'www/sarg/Makefile')
-rw-r--r-- | www/sarg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 691777b7cb94..f5c80a712b5b 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -7,6 +7,7 @@ PORTNAME= sarg PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= garga@FreeBSD.org COMMENT= Squid log analyzer and HTML report generator -USE_REINPLACE= yes +PATCH_SITES= http://sarg.sourceforge.net/ +PATCHFILES= datafile.patch lastlog.patch + GNU_CONFIGURE= yes CONFIGURE_ENV= CC=gcc CONFIGURE_ARGS= --enable-bindir="${PREFIX}/bin" \ |