summaryrefslogtreecommitdiff
path: root/benchmarks/xengine
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
commitd32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /benchmarks/xengine
parentb1fe99775bd942bbd05e584ba34834516831b04a (diff)
downloadpkgsrc-d32e698de6a63cf0273391b498d5c8e2bc3ea265.tar.gz
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'benchmarks/xengine')
-rw-r--r--benchmarks/xengine/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index 913fa20f631..93f8bee1b8f 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 13:37:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:38 hubertf Exp $
# FreeBSD Id: ports/benchmarks/xengine/Makefile,v 1.9 2000/02/02 22:31:24 mharo Exp
DISTNAME= xengine-1.0.1
@@ -23,8 +23,8 @@ pre-patch:
@cd ${WRKSRC} ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1
post-install:
- @${MKDIR} ${PREFIX}/share/doc/xengine
- @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xengine
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xengine
+ @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xengine
@${ECHO} ""
@${ECHO} "Example value:"
@${ECHO} " 1067 RPMs with P100, Winner 2000PRO/X, resolution: 1152x900"