summaryrefslogtreecommitdiffstats
path: root/www/sarg/Makefile
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-08-11 14:43:40 +0000
committerfjoe <fjoe@FreeBSD.org>2003-08-11 14:43:40 +0000
commit1b319f654d46a4517029c2947fb34d9a6d6cbac9 (patch)
treee5500207b8cfd166dd7de9510e7431619fba13ff /www/sarg/Makefile
parent2c7bc8e16d57175b17317aad505820e2a376ffc9 (diff)
downloadFreeBSD-ports-1b319f654d46a4517029c2947fb34d9a6d6cbac9.zip
FreeBSD-ports-1b319f654d46a4517029c2947fb34d9a6d6cbac9.tar.gz
- Fix pkg-plist, remove BROKEN.
- Fix non-root builds. Approved by: MAINTAINER
Diffstat (limited to 'www/sarg/Makefile')
-rw-r--r--www/sarg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index a8fc5ba..9e8cbf1 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -13,11 +13,12 @@ MASTER_SITES= http://web.onda.com.br/orso/
MAINTAINER= mt@primats.org.ua
COMMENT= Squid log analyzer and HTML report generator
-BROKEN= Broken pkg-plist
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --exec-prefix=${PREFIX} --enable-bindir="${PREFIX}/bin" --enable-sysconfdir="${PREFIX}/etc/${PORTNAME}" --with-gcc
MAN1= sarg.1
+post-extract:
+ @${CHMOD} +x ${WRKSRC}/cfgaux ${WRKSRC}/include ${WRKSRC}/languages
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud