diff options
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 52de1fa3e591..b97993e0675c 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> |