summaryrefslogtreecommitdiff
path: root/emulators/linuxppc_lib
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-02-25 04:17:35 +0000
committerhubertf <hubertf>2001-02-25 04:17:35 +0000
commit4998ed1120ceba68dfd376a31c35cc7e7560d644 (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /emulators/linuxppc_lib
parent404fa988da3e4b378114094a680f0dd6928e6d43 (diff)
downloadpkgsrc-4998ed1120ceba68dfd376a31c35cc7e7560d644.tar.gz
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'emulators/linuxppc_lib')
-rw-r--r--emulators/linuxppc_lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile
index c4b50e8b1e0..fdd41e5c35d 100644
--- a/emulators/linuxppc_lib/Makefile
+++ b/emulators/linuxppc_lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/24 18:08:35 manu Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:45 hubertf Exp $
DISTNAME= linuxppc_lib-2000.q4.2
CATEGORIES= emulators
@@ -44,7 +44,7 @@ do-build: #do nothing
do-install:
${RM} -f ${WRKDIR}/PLIST_DYNAMIC
- ${MKDIR} ${PREFIX}/${EMUL_LINUX}
+ ${INSTALL_DATA_DIR} ${PREFIX}/${EMUL_LINUX}
${RPM2PKG} -d ${PREFIX} -f ${WRKDIR}/PLIST_DYNAMIC -p emul/linux ${RPMARGS}
${TOUCH} ${PREFIX}/${EMUL_LINUX}/etc/ld.so.cache~
${CP} ${FILESDIR}/ld.so.conf ${PREFIX}/${EMUL_LINUX}/etc/ld.so.conf