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 | cdb0c61202a8061d9984fdb6a70dca68ae5d836e (patch) | |
tree | 8ad4e97bc1a04bf1a92d2c9a350ff279f33f0652 /devel | |
parent | 4903e9e74a4d7cd5facca0471e36c49de678b422 (diff) | |
download | pkgsrc-cdb0c61202a8061d9984fdb6a70dca68ae5d836e.tar.gz |
MKDIR -> INSTALL_DATA_DIR.
Diffstat (limited to 'devel')
-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 |