pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/florist MKDIR -> INSTALL_DATA_DIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a240a508c7ea
branches:  trunk
changeset: 482463:a240a508c7ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 28 13:02:26 2004 +0000

description:
MKDIR -> INSTALL_DATA_DIR.

diffstat:

 devel/florist/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c29c6e33370 -r a240a508c7ea devel/florist/Makefile
--- a/devel/florist/Makefile    Thu Oct 28 12:20:39 2004 +0000
+++ b/devel/florist/Makefile    Thu Oct 28 13:02:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:13:26 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/28 13:02:26 wiz Exp $
 #
 
 DISTNAME=              florist-3.15p-src
@@ -40,7 +40,7 @@
        cd ${WRKSRC}; ${AUTOCONF}
 
 do-install:
-       @${MKDIR} ${PREFIX}/lib/florist
+       @${INSTALL_DATA_DIR} ${PREFIX}/lib/florist
        @${INSTALL_DATA} ${WRKSRC}/floristlib/*.ad[sb] \
                ${WRKSRC}/floristlib/*.ali \
                ${PREFIX}/lib/florist



Home | Main Index | Thread Index | Old Index