From 05f5d57e8cc07e8bb4bb83e65679751028d26f38 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 5 Jan 2011 10:30:18 +0000 Subject: - Add LICENSE_FILE - Strip sarg binary before install - Bump PORTREVISION since binary has changed PR: ports/153696 Submitted by: Takefu --- www/sarg/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/sarg') 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 @@ -45,4 +46,7 @@ GD_PORT?= graphics/gd LIB_DEPENDS+= gd.4:${PORTSDIR}/${GD_PORT} .endif +pre-install: + ${STRIP_CMD} ${WRKSRC}/sarg + .include -- cgit v1.2.3