aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-19 05:25:03 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-19 05:25:03 +0800
commitf0b87e5adc08d6220768fabfdfe063adac748518 (patch)
tree80913a37df4f33d6d3d3d2e9cca3062073528e3e /print
parentc1062cda169a28ff658bacbb15f4466650f02e95 (diff)
downloadfreebsd-ports-gnome-f0b87e5adc08d6220768fabfdfe063adac748518.tar.gz
freebsd-ports-gnome-f0b87e5adc08d6220768fabfdfe063adac748518.tar.zst
freebsd-ports-gnome-f0b87e5adc08d6220768fabfdfe063adac748518.zip
- Strip binaries
Diffstat (limited to 'print')
-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>