summaryrefslogtreecommitdiff
path: root/devel/boost
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-02-25 04:17:35 +0000
committerhubertf <hubertf>2001-02-25 04:17:35 +0000
commita753e3df91cdc99aabc59d87ac260acdd2edb79d (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /devel/boost
parenta0e1b5390dbcf8c448cd2ce2bff91b542a46a4ef (diff)
downloadpkgsrc-a753e3df91cdc99aabc59d87ac260acdd2edb79d.tar.gz
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'devel/boost')
-rw-r--r--devel/boost/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile
index efb5aa0a812..22feebd64fa 100644
--- a/devel/boost/Makefile
+++ b/devel/boost/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/16 14:38:19 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/02/25 04:17:40 hubertf Exp $
DISTNAME= boost_all
PKGNAME= boost-1.18.1
@@ -54,7 +54,7 @@ post-build:
do-install:
cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_DATA} libboost.la ${LIBDIR}
${CP} -R ${WRKSRC}/boost ${PREFIX}/include
- ${MKDIR} ${HTMLDIR}
+ ${INSTALL_DATA_DIR} ${HTMLDIR}
${INSTALL_DATA} \
${WRKSRC}/c++boost.gif \
${WRKSRC}/index.htm \