aboutsummaryrefslogtreecommitdiff
path: root/print/lilypond-devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:25:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:25:03 +0000
commitbaf8fcb0ca11dfc5e8c01deff4055053dbf92d78 (patch)
tree80913a37df4f33d6d3d3d2e9cca3062073528e3e /print/lilypond-devel
parentdafa7bf89fe87b6274542db564720a8653d80910 (diff)
downloadports-baf8fcb0ca11dfc5e8c01deff4055053dbf92d78.tar.gz
ports-baf8fcb0ca11dfc5e8c01deff4055053dbf92d78.zip
- Strip binaries
Notes
Notes: svn path=/head/; revision=390081
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r--print/lilypond-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 4ce3084441c0..87c08fb115df 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lilypond
PORTVERSION= 2.19.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
PKGNAMESUFFIX= -devel
@@ -90,6 +90,8 @@ post-patch:
.endif
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lilypond/${PORTVERSION}/python/midi.so
@${LN} -fs ${DATADIR}/${PORTVERSION} ${STAGEDIR}${DATADIR}/current
.include <bsd.port.mk>