diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-01-15 16:44:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-01-15 16:44:45 +0000 |
commit | fbdfd32c21b537514cd10d5638e8fa95fc41eb44 (patch) | |
tree | d8649111637506134c1f4f1c820405d2f5631af8 /audio/lilv/Makefile | |
parent | 03ac825dd1f96736129f946eacbcf91983e7bedd (diff) | |
download | ports-fbdfd32c21b537514cd10d5638e8fa95fc41eb44.tar.gz ports-fbdfd32c21b537514cd10d5638e8fa95fc41eb44.zip |
Notes
Diffstat (limited to 'audio/lilv/Makefile')
-rw-r--r-- | audio/lilv/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile index caf52dd408c9..49cae410b45b 100644 --- a/audio/lilv/Makefile +++ b/audio/lilv/Makefile @@ -24,8 +24,6 @@ USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} post-install: - @${MV} ${STAGEDIR}${PREFIX}/share/man/man1 ${STAGEDIR}${PREFIX}/man/ - @${RMDIR} ${STAGEDIR}${PREFIX}/share/man @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblilv-0.so.${PORTVERSION} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilv-bench @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2apply |