diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-18 06:44:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-18 06:44:19 +0800 |
commit | e6ebb973f4f2951e6b41524b06b240d5e378ed26 (patch) | |
tree | 06b5fb4e10eff30fc27d0da34ccc373eaa0142a8 /sysutils | |
parent | 30c80bc58ec5cf538cc1af0b6b17ad6df25f2656 (diff) | |
download | freebsd-ports-gnome-e6ebb973f4f2951e6b41524b06b240d5e378ed26.tar.gz freebsd-ports-gnome-e6ebb973f4f2951e6b41524b06b240d5e378ed26.tar.zst freebsd-ports-gnome-e6ebb973f4f2951e6b41524b06b240d5e378ed26.zip |
- Clarify LICENSE
- Strip binary
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/batmon/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 1e33772af1e3..3a7c813edb41 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -2,14 +2,14 @@ PORTNAME= batmon PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep battery monitor for laptops -LICENSE= GPLv2 +LICENSE= GPLv2 # or later USES= gnustep USE_GNUSTEP= back build @@ -18,4 +18,7 @@ post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/batmon.app/batmon + .include <bsd.port.mk> |