pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libsigc++2 MKDIR changed to INSTALL_DATA_DIR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49244524383e
branches:  trunk
changeset: 482859:49244524383e
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 04 10:35:56 2004 +0000

description:
MKDIR changed to INSTALL_DATA_DIR

diffstat:

 devel/libsigc++2/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r e7dabfc234da -r 49244524383e devel/libsigc++2/Makefile
--- a/devel/libsigc++2/Makefile Thu Nov 04 10:32:25 2004 +0000
+++ b/devel/libsigc++2/Makefile Thu Nov 04 10:35:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/04 10:32:25 adam Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/04 10:35:56 adam Exp $
 
 DISTNAME=      libsigc++-2.0.6
 PKGNAME=       libsigc++2-2.0.6
@@ -27,9 +27,9 @@
 .endif
 
 pre-install:
-       ${MKDIR} -p ${PREFIX}/include/sigc++-2.0/sigc++/adaptors/lambda/macros
-       ${MKDIR} -p ${PREFIX}/include/sigc++-2.0/sigc++/adaptors/macros
-       ${MKDIR} -p ${PREFIX}/include/sigc++-2.0/sigc++/functors/macros
-       ${MKDIR} -p ${PREFIX}/include/sigc++-2.0/sigc++/macros
+       ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/adaptors/lambda/macros
+       ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/adaptors/macros
+       ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/functors/macros
+       ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/macros
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index