summaryrefslogtreecommitdiff
path: root/audio/xine-arts
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-09 04:10:31 +0000
committerjlam <jlam>2004-02-09 04:10:31 +0000
commit8f78e24a28179422d5c27203b3a151113cd1a2b7 (patch)
treee4127fe0abcd680ef3ac9dfd8610e2c270287fff /audio/xine-arts
parenta0be4d32dfe0acb2f844508dec1cc7659729ccee (diff)
downloadpkgsrc-8f78e24a28179422d5c27203b3a151113cd1a2b7.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"