pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ladspa Set INSTALLATION_DIRS to create directori...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/075234eef5c1
branches:  trunk
changeset: 512641:075234eef5c1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri May 12 22:43:46 2006 +0000

description:
Set INSTALLATION_DIRS to create directories before installing files into
them.

diffstat:

 audio/ladspa/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4b5835fa9ff6 -r 075234eef5c1 audio/ladspa/Makefile
--- a/audio/ladspa/Makefile     Fri May 12 22:32:37 2006 +0000
+++ b/audio/ladspa/Makefile     Fri May 12 22:43:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/05/09 16:46:07 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/12 22:43:46 minskim Exp $
 #
 
 DISTNAME=      ladspa_sdk_1.12
@@ -20,5 +20,7 @@
 
 BUILDLINK_LIBS.dl+=    ${BUILDLINK_LDADD.dl}
 
+INSTALLATION_DIRS+=    bin include lib
+
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index