pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio don't use ${INSTALL} to install anything
details: https://anonhg.NetBSD.org/pkgsrc/rev/6832a6f59c97
branches: trunk
changeset: 460748:6832a6f59c97
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Sep 03 19:24:40 2003 +0000
description:
don't use ${INSTALL} to install anything
(this probably shouldn't be exported at all)
diffstat:
audio/SDL-arts/Makefile | 4 ++--
audio/SDL-esound/Makefile | 4 ++--
audio/SDL-nas/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 473af8ea0fcb -r 6832a6f59c97 audio/SDL-arts/Makefile
--- a/audio/SDL-arts/Makefile Wed Sep 03 18:25:58 2003 +0000
+++ b/audio/SDL-arts/Makefile Wed Sep 03 19:24:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/26 21:42:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/03 19:24:40 drochner Exp $
#
.include "../../devel/SDL/Makefile.common"
@@ -16,7 +16,7 @@
do-install:
cd ${WRKSRC}/src/audio/arts && ${SHLIBTOOL} --mode=install \
- ${INSTALL} libaudio_arts.la ${PREFIX}/lib
+ ${INSTALL_DATA} libaudio_arts.la ${PREFIX}/lib
.include "../../audio/arts/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
diff -r 473af8ea0fcb -r 6832a6f59c97 audio/SDL-esound/Makefile
--- a/audio/SDL-esound/Makefile Wed Sep 03 18:25:58 2003 +0000
+++ b/audio/SDL-esound/Makefile Wed Sep 03 19:24:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/26 21:43:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/03 19:24:43 drochner Exp $
#
.include "../../devel/SDL/Makefile.common"
@@ -16,7 +16,7 @@
do-install:
cd ${WRKSRC}/src/audio/esd && ${SHLIBTOOL} --mode=install \
- ${INSTALL} libaudio_esd.la ${PREFIX}/lib
+ ${INSTALL_DATA} libaudio_esd.la ${PREFIX}/lib
.include "../../audio/esound/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
diff -r 473af8ea0fcb -r 6832a6f59c97 audio/SDL-nas/Makefile
--- a/audio/SDL-nas/Makefile Wed Sep 03 18:25:58 2003 +0000
+++ b/audio/SDL-nas/Makefile Wed Sep 03 19:24:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/26 23:06:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/03 19:24:44 drochner Exp $
#
.include "../../devel/SDL/Makefile.common"
@@ -16,7 +16,7 @@
do-install:
cd ${WRKSRC}/src/audio/nas && ${SHLIBTOOL} --mode=install \
- ${INSTALL} libaudio_nas.la ${PREFIX}/lib
+ ${INSTALL_DATA} libaudio_nas.la ${PREFIX}/lib
BUILDLINK_DEPENDS.SDL= SDL>=1.2.5nb6
Home |
Main Index |
Thread Index |
Old Index