diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-04-14 20:02:25 +0200 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-05-16 08:49:44 +0200 |
commit | e7bba902c7b26fe7cf88941a1a15c7cecdcb086b (patch) | |
tree | 47e8dcebb2ad85fe7b6b1f7d93cf5875c7c9dde8 | |
parent | astro/qmapshack: fix pkg-plist use share/man (diff) |
audio/lmms: fix pkg-plist use share/man
Approved by: portmgr (blanket)
-rw-r--r-- | audio/lmms/Makefile | 1 | ||||
-rw-r--r-- | audio/lmms/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 8aa7c3b73f57..0c8799aef1fd 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -71,7 +71,6 @@ post-patch: ${WRKSRC}/src/core/LadspaManager.cpp @${REINPLACE_CMD} -e 's/lib64/lib/' \ ${WRKSRC}/cmake/modules/DetectMachine.cmake - @${REINPLACE_CMD} 's,share/man/,man/,g' ${WRKSRC}/src/CMakeLists.txt post-patch-OSS-off: @${REINPLACE_CMD} \ diff --git a/audio/lmms/pkg-plist b/audio/lmms/pkg-plist index 37e82a1a4ebb..e7ff5cae7365 100644 --- a/audio/lmms/pkg-plist +++ b/audio/lmms/pkg-plist @@ -273,7 +273,7 @@ lib/lmms/libvibedstrings.so lib/lmms/libwatsyn.so lib/lmms/libwaveshaper.so lib/lmms/libzynaddsubfx.so -man/man1/lmms.1.gz +share/man/man1/lmms.1.gz share/applications/lmms.desktop share/bash-completion/completions/lmms share/icons/hicolor/128x128/apps/lmms.png |