diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-18 21:24:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-18 21:24:56 +0000 |
commit | dafa7bf89fe87b6274542db564720a8653d80910 (patch) | |
tree | c18d97eb09454b9fae5182d9d30bad5bbd23ed8e /print/lilypond | |
parent | 3309a3ed4f0e13dee3f6c91233525163ec8637ff (diff) | |
download | ports-dafa7bf89fe87b6274542db564720a8653d80910.tar.gz ports-dafa7bf89fe87b6274542db564720a8653d80910.zip |
Notes
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index b81fad7678bb..8d91e11d102b 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -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 |