diff options
author | nork <nork@FreeBSD.org> | 2005-05-22 01:07:53 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-05-22 01:07:53 +0800 |
commit | db5d5c35e3e495e8385ca3b0291377786534aa4c (patch) | |
tree | 5452a42373ac9839b33371c6b301d7eca6b78019 /audio | |
parent | 11e488144cd62028c0019e3122db37b199ee89e3 (diff) | |
download | freebsd-ports-gnome-db5d5c35e3e495e8385ca3b0291377786534aa4c.tar.gz freebsd-ports-gnome-db5d5c35e3e495e8385ca3b0291377786534aa4c.tar.zst freebsd-ports-gnome-db5d5c35e3e495e8385ca3b0291377786534aa4c.zip |
Do self install.
Obtained from: ports/x11-clocks/xmms-alarm
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-flac/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index 108039e496c3..7b91b3f8bcbb 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -34,8 +34,8 @@ MAKEFILE= ${FILESDIR}/Makefile post-configure: @${RM} -rf ${WRKSRC}/obj -# XXX -post-install: - @${RM} ${PREFIX}/lib/bmp/Input/libbmp-flac.la +# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/bmp/Input +do-install: + ${INSTALL_DATA} ${WRKSRC}/src/plugin_bmp/.libs/libbmp-flac.so ${PREFIX}/lib/bmp/Input .include <bsd.port.mk> |