svn commit: r379974 - head/multimedia/poe

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 26 01:26:30 UTC 2015


Author: amdmi3
Date: Thu Feb 26 01:26:29 2015
New Revision: 379974
URL: https://svnweb.freebsd.org/changeset/ports/379974
QAT: https://qat.redports.org/buildarchive/r379974/

Log:
  - Clarify LICENSE
  - Strip binary

Modified:
  head/multimedia/poe/Makefile

Modified: head/multimedia/poe/Makefile
==============================================================================
--- head/multimedia/poe/Makefile	Thu Feb 26 01:25:44 2015	(r379973)
+++ head/multimedia/poe/Makefile	Thu Feb 26 01:26:29 2015	(r379974)
@@ -8,9 +8,9 @@ MASTER_SITES=	http://www.eskimo.com/~pbu
 DISTNAME=	Poe-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	vorbis comment editor for GNUstep
+COMMENT=	Vorbis comment editor for GNUstep
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
 
 LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
 
@@ -25,4 +25,7 @@ post-patch:
 	${REINPLACE_CMD} -e 's|-lvorbisfile$$|-lvorbisfile -logg|' \
 		${WRKSRC}/GNUmakefile
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Poe.app/Poe
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list