diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 05:24:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 05:24:56 +0800 |
commit | c1062cda169a28ff658bacbb15f4466650f02e95 (patch) | |
tree | c18d97eb09454b9fae5182d9d30bad5bbd23ed8e /print | |
parent | c698b8bcaf11f2e7ea4ff0cf75788b2a5df938f6 (diff) | |
download | freebsd-ports-gnome-c1062cda169a28ff658bacbb15f4466650f02e95.tar.gz freebsd-ports-gnome-c1062cda169a28ff658bacbb15f4466650f02e95.tar.zst freebsd-ports-gnome-c1062cda169a28ff658bacbb15f4466650f02e95.zip |
- Strip binaries
Diffstat (limited to 'print')
-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 |