Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 01:26:30 +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: r379974 - head/multimedia/poe
Message-ID:  <201502260126.t1Q1QUCT054872@svn.freebsd.org>

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



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