diff options
author | garga <garga@FreeBSD.org> | 2011-01-05 18:30:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2011-01-05 18:30:18 +0800 |
commit | 65abcb03e5dc87c86a455e91ea306ad9dee6cf77 (patch) | |
tree | ee571f7f2a58e0427c1126ef810e611627ab700a /www | |
parent | ff31f5c083fd187b5895da4ce23bdd71410606be (diff) | |
download | freebsd-ports-gnome-65abcb03e5dc87c86a455e91ea306ad9dee6cf77.tar.gz freebsd-ports-gnome-65abcb03e5dc87c86a455e91ea306ad9dee6cf77.tar.zst freebsd-ports-gnome-65abcb03e5dc87c86a455e91ea306ad9dee6cf77.zip |
- Add LICENSE_FILE
- Strip sarg binary before install
- Bump PORTREVISION since binary has changed
PR: ports/153696
Submitted by: Takefu <takefu@airport.fm>
Diffstat (limited to 'www')
-rw-r--r-- | www/sarg/Makefile | 6 |
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> |