aboutsummaryrefslogtreecommitdiff
path: root/multimedia/poe
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:26:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:26:29 +0000
commitda7f3251d408bc69814204ef390e1ad01dbd060b (patch)
treef4e1b5f72f3955dc5f70f9d54de9992163f4ab71 /multimedia/poe
parent623dc6c74b2f3546517195d55bb48732ff037b21 (diff)
Notes
Diffstat (limited to 'multimedia/poe')
-rw-r--r--multimedia/poe/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile
index 1e69b31f6922..e372be6a912d 100644
--- a/multimedia/poe/Makefile
+++ b/multimedia/poe/Makefile
@@ -8,9 +8,9 @@ MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/
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>