diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-05-16 05:16:39 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-05-16 05:16:39 +0000 |
commit | 18d056a9d6f5ff0497ca84404b5c3d5c0a082cef (patch) | |
tree | 062563582f8105144484a5d6a7d0da8ea7da8df0 /www/sarg/Makefile | |
parent | 3a6ef34aef6a2191cb5ff3654787ebff6a195536 (diff) | |
download | FreeBSD-ports-18d056a9d6f5ff0497ca84404b5c3d5c0a082cef.zip FreeBSD-ports-18d056a9d6f5ff0497ca84404b5c3d5c0a082cef.tar.gz |
Update to 1.4.1.
PR: 52209
Submitted by: maintainer
Diffstat (limited to 'www/sarg/Makefile')
-rw-r--r-- | www/sarg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 52de1fa..b97993e 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sarg -PORTVERSION= 1.2.2.1 +PORTVERSION= 1.4.1 CATEGORIES= www MASTER_SITES= http://web.onda.com.br/orso/ @@ -16,4 +16,6 @@ COMMENT= Squid log analyzer and HTML report generator GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --exec-prefix=${PREFIX} --enable-bindir="${PREFIX}/bin" --enable-sysconfdir="${PREFIX}/etc/${PORTNAME}" --with-gcc +MAN1= sarg.1 + .include <bsd.port.mk> |