svn commit: r390054 - head/textproc/popup

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 19:49:25 UTC 2015


Author: amdmi3
Date: Thu Jun 18 19:49:24 2015
New Revision: 390054
URL: https://svnweb.freebsd.org/changeset/ports/390054

Log:
  - Clarify LICENSE
  - Strip binary

Modified:
  head/textproc/popup/Makefile

Modified: head/textproc/popup/Makefile
==============================================================================
--- head/textproc/popup/Makefile	Thu Jun 18 19:49:18 2015	(r390053)
+++ head/textproc/popup/Makefile	Thu Jun 18 19:49:24 2015	(r390054)
@@ -2,7 +2,7 @@
 
 PORTNAME=	popup
 PORTVERSION=	0.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Popup-${PORTVERSION}pre1
 DISTNAME=	Popup-${PORTVERSION}pre1
@@ -10,9 +10,12 @@ DISTNAME=	Popup-${PORTVERSION}pre1
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Interactive learning aid for pairs of words
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
 
 USES=		gnustep
 USE_GNUSTEP=	back build
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Popup.app/Popup
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list