aboutsummaryrefslogtreecommitdiff
path: root/www/sarg
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2011-01-05 10:30:18 +0000
committerRenato Botelho <garga@FreeBSD.org>2011-01-05 10:30:18 +0000
commit05f5d57e8cc07e8bb4bb83e65679751028d26f38 (patch)
tree971e872346184767c51ad97792569ffd3839c831 /www/sarg
parentbe574f2d2e10f7298209e95d0efe9a36560ffd49 (diff)
downloadports-05f5d57e8cc07e8bb4bb83e65679751028d26f38.tar.gz
ports-05f5d57e8cc07e8bb4bb83e65679751028d26f38.zip
Notes
Diffstat (limited to 'www/sarg')
-rw-r--r--www/sarg/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index 70a035c21112..7700b1e7fbf9 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sarg
PORTVERSION= 2.2.7.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -33,6 +33,7 @@ CONFIGURE_ARGS= --sysconfdir="${PREFIX}/etc/${PORTNAME}" \
MAN1= sarg.1
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
.include <bsd.port.pre.mk>
@@ -45,4 +46,7 @@ GD_PORT?= graphics/gd
LIB_DEPENDS+= gd.4:${PORTSDIR}/${GD_PORT}
.endif
+pre-install:
+ ${STRIP_CMD} ${WRKSRC}/sarg
+
.include <bsd.port.post.mk>