pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xine-arts Don't put a slash at the end of the di...
details: https://anonhg.NetBSD.org/pkgsrc/rev/450e4d225ff1
branches: trunk
changeset: 467968:450e4d225ff1
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Feb 09 04:10:31 2004 +0000
description:
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:
audio/xine-arts/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 016018da6e12 -r 450e4d225ff1 audio/xine-arts/Makefile
--- a/audio/xine-arts/Makefile Mon Feb 09 03:56:34 2004 +0000
+++ b/audio/xine-arts/Makefile Mon Feb 09 04:10:31 2004 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index