svn commit: r390081 - head/print/lilypond-devel
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 18 21:25:04 UTC 2015
Author: amdmi3
Date: Thu Jun 18 21:25:03 2015
New Revision: 390081
URL: https://svnweb.freebsd.org/changeset/ports/390081
Log:
- Strip binaries
Modified:
head/print/lilypond-devel/Makefile
Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile Thu Jun 18 21:24:56 2015 (r390080)
+++ head/print/lilypond-devel/Makefile Thu Jun 18 21:25:03 2015 (r390081)
@@ -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>
More information about the svn-ports-all
mailing list