svn commit: r380735 - head/x11-clocks/aclock
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Mar 8 02:33:21 UTC 2015
Author: amdmi3
Date: Sun Mar 8 02:33:20 2015
New Revision: 380735
URL: https://svnweb.freebsd.org/changeset/ports/380735
QAT: https://qat.redports.org/buildarchive/r380735/
Log:
- Simplify MASTER_SITES
- Clarify LICENSE
- Add LICENSE_FILE
- Strip binary
Modified:
head/x11-clocks/aclock/Makefile
Modified: head/x11-clocks/aclock/Makefile
==============================================================================
--- head/x11-clocks/aclock/Makefile Sun Mar 8 02:33:19 2015 (r380734)
+++ head/x11-clocks/aclock/Makefile Sun Mar 8 02:33:20 2015 (r380735)
@@ -3,16 +3,16 @@
PORTNAME= aclock
PORTVERSION= 0.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-clocks gnustep
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= gap
+MASTER_SITES= SAVANNAH/gap
DISTNAME= AClock-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Analog Clock for GNUstep
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
@@ -21,4 +21,7 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/AClock.app/AClock
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list