diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-28 13:02:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-28 13:02:26 +0000 |
commit | 784e8b353705e5e57e0d1a7f669db7f81b1b9fc6 (patch) | |
tree | 8ad4e97bc1a04bf1a92d2c9a350ff279f33f0652 /devel/florist | |
parent | 6c8e21a6e6063e9b0e30e4bebfdf5c87168cd622 (diff) | |
download | pkgsrc-784e8b353705e5e57e0d1a7f669db7f81b1b9fc6.tar.gz |
MKDIR -> INSTALL_DATA_DIR.
Diffstat (limited to 'devel/florist')
-rw-r--r-- | devel/florist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/florist/Makefile b/devel/florist/Makefile index c63d988f2db..eea1166afba 100644 --- a/devel/florist/Makefile +++ b/devel/florist/Makefile @@ -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 @@ pre-configure: 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 |