svn commit: r389997 - head/sysutils/batmon
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 17 22:44:20 UTC 2015
Author: amdmi3
Date: Wed Jun 17 22:44:19 2015
New Revision: 389997
URL: https://svnweb.freebsd.org/changeset/ports/389997
Log:
- Clarify LICENSE
- Strip binary
Modified:
head/sysutils/batmon/Makefile
Modified: head/sysutils/batmon/Makefile
==============================================================================
--- head/sysutils/batmon/Makefile Wed Jun 17 22:07:33 2015 (r389996)
+++ head/sysutils/batmon/Makefile Wed Jun 17 22:44:19 2015 (r389997)
@@ -2,14 +2,14 @@
PORTNAME= batmon
PORTVERSION= 0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils gnustep
MASTER_SITES= SAVANNAH/gap
MAINTAINER= ports at 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>
More information about the svn-ports-head
mailing list