summaryrefslogtreecommitdiff
path: root/audio/xine-arts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-09 04:10:31 +0000
committerjlam <jlam@pkgsrc.org>2004-02-09 04:10:31 +0000
commit340c675fd2af5a3ab4585f3ad7230454fbfc94ef (patch)
treee4127fe0abcd680ef3ac9dfd8610e2c270287fff /audio/xine-arts
parent56a6d12f0758d21a39f2bea68e18682de3c55dee (diff)
downloadpkgsrc-340c675fd2af5a3ab4585f3ad7230454fbfc94ef.tar.gz
Don't put a slash at the end of the directory name when installing using
libtool. Patch provided in PR 24346 by Kai Puolamaki.
Diffstat (limited to 'audio/xine-arts')
-rw-r--r--audio/xine-arts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile
index 343c0d00ce6..c71013e283c 100644
--- a/audio/xine-arts/Makefile
+++ b/audio/xine-arts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/26 13:08:20 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/09 04:10:31 jlam Exp $
#
.include "../../multimedia/xine-lib/Makefile.common"
@@ -13,7 +13,7 @@ BUILD_DIRS= ${WRKSRC}/src/audio_out
do-install:
cd ${WRKSRC}/src/audio_out && \
${LIBTOOL} --mode=install ${INSTALL_DATA} \
- xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/1.0.0/
+ xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/1.0.0
.include "../../audio/arts/buildlink2.mk"
.include "../../converters/libiconv/buildlink2.mk"