Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 22:44:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389997 - head/sysutils/batmon
Message-ID:  <201506172244.t5HMiJFs079682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506172244.t5HMiJFs079682>