diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-16 05:16:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-16 05:16:39 +0000 |
commit | 47198d2e47396e87b1be82f178f6901fcbc3439b (patch) | |
tree | 0f5a624ece08b2a80ed2dc5d4e77e61da869a58b /www/sarg/Makefile | |
parent | e59c91226b5b90c4e2bd759e6bbe22292c95b58f (diff) | |
download | ports-47198d2e47396e87b1be82f178f6901fcbc3439b.tar.gz ports-47198d2e47396e87b1be82f178f6901fcbc3439b.zip |
Notes
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> |