diff options
author | novel <novel@FreeBSD.org> | 2005-05-21 22:22:44 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-21 22:22:44 +0800 |
commit | b9b34acc753e56fd29beda361233febf089195a2 (patch) | |
tree | 2c65e7a5224200231225d44428d0ba679e3fcdd4 /audio | |
parent | 420fd61b943821622e415436d310e3d43cfd530a (diff) | |
download | freebsd-ports-gnome-b9b34acc753e56fd29beda361233febf089195a2.tar.gz freebsd-ports-gnome-b9b34acc753e56fd29beda361233febf089195a2.tar.zst freebsd-ports-gnome-b9b34acc753e56fd29beda361233febf089195a2.zip |
Fix install.
Reported by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-mac/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/xmms-mac/Makefile b/audio/xmms-mac/Makefile index 30018ac49ba0..b5c1a35e98a5 100644 --- a/audio/xmms-mac/Makefile +++ b/audio/xmms-mac/Makefile @@ -28,7 +28,6 @@ CPPFLAGS+= "-I${LOCALBASE}/include" PLIST_FILES= lib/xmms/Input/libxmms-mac.so do-install: - ${INSTALL} -d ${TARGET_DIR} ${INSTALL_DATA} ${WRKSRC}/src/.libs/libxmms-mac.so ${PREFIX}/lib/xmms/Input .include <bsd.port.mk> |