summaryrefslogtreecommitdiff
path: root/sysutils/batmon
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 22:44:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 22:44:19 +0000
commita983e49f7f84549f3a2f1613c8a206d8cc7e8d25 (patch)
tree06b5fb4e10eff30fc27d0da34ccc373eaa0142a8 /sysutils/batmon
parentDocument two vulnerabilities of cURL. (diff)
- Clarify LICENSE
- Strip binary
Notes
Notes: svn path=/head/; revision=389997
Diffstat (limited to 'sysutils/batmon')
-rw-r--r--sysutils/batmon/Makefile7
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>