svn commit: r390080 - head/print/lilypond
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 18 21:24:57 UTC 2015
Author: amdmi3
Date: Thu Jun 18 21:24:56 2015
New Revision: 390080
URL: https://svnweb.freebsd.org/changeset/ports/390080
Log:
- Strip binaries
Modified:
head/print/lilypond/Makefile
Modified: head/print/lilypond/Makefile
==============================================================================
--- head/print/lilypond/Makefile Thu Jun 18 21:24:53 2015 (r390079)
+++ head/print/lilypond/Makefile Thu Jun 18 21:24:56 2015 (r390080)
@@ -3,7 +3,7 @@
PORTNAME= lilypond
PORTVERSION= 2.18.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
@@ -85,6 +85,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
regression-test: build
More information about the svn-ports-head
mailing list