diff options
author | drochner <drochner@pkgsrc.org> | 2003-09-03 19:24:40 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-09-03 19:24:40 +0000 |
commit | c9b3179b632647e527cb345f7c015ab102c9f43f (patch) | |
tree | a79c5b5e3e4ab851c4d8f670b488d28ec3a8ce02 /audio/SDL-esound/Makefile | |
parent | f5d58a140a4676cf95bee21b7a41334754343d06 (diff) | |
download | pkgsrc-c9b3179b632647e527cb345f7c015ab102c9f43f.tar.gz |
don't use ${INSTALL} to install anything
(this probably shouldn't be exported at all)
Diffstat (limited to 'audio/SDL-esound/Makefile')
-rw-r--r-- | audio/SDL-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/SDL-esound/Makefile b/audio/SDL-esound/Makefile index 3806de8d5fe..e2cccc72762 100644 --- a/audio/SDL-esound/Makefile +++ b/audio/SDL-esound/Makefile @@ -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 @@ BUILD_DIRS= ${WRKSRC}/src/audio/esd 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" |