diff options
author | wiz <wiz> | 2004-10-28 13:02:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-10-28 13:02:26 +0000 |
commit | 07be3604712f1f87a5822714da90bfd3aacf0122 (patch) | |
tree | 8ad4e97bc1a04bf1a92d2c9a350ff279f33f0652 | |
parent | 7b19847abb3ebabdd5e7e60b2177219fbcc508e0 (diff) | |
download | pkgsrc-07be3604712f1f87a5822714da90bfd3aacf0122.tar.gz |
MKDIR -> INSTALL_DATA_DIR.
-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 |