summaryrefslogtreecommitdiff
path: root/x11/Xaw3d
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 /x11/Xaw3d
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 'x11/Xaw3d')
-rw-r--r--x11/Xaw3d/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
index d4f904143e3..0d50571fc7e 100644
--- a/x11/Xaw3d/Makefile
+++ b/x11/Xaw3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/02/17 17:06:13 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2001/02/25 04:18:25 hubertf Exp $
#
DISTNAME= Xaw3d-1.5
@@ -19,8 +19,8 @@ post-extract:
@(cd ${WRKSRC}; ${LN} -s .. X11)
post-install:
- ${MKDIR} ${PREFIX}/share/doc/Xaw3d
- ${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Xaw3d
+ ${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
@if [ -f ${WRKSRC}/libXaw3d.a ]; then \
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}; \
else \