summaryrefslogtreecommitdiff
path: root/x11/openmotif
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 /x11/openmotif
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 'x11/openmotif')
-rw-r--r--x11/openmotif/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile
index ba4d11c071c..2c11b2caa99 100644
--- a/x11/openmotif/Makefile
+++ b/x11/openmotif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 17:06:37 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:26 hubertf Exp $
# FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp
# OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp
@@ -55,7 +55,6 @@ post-build:
# Install the manpages.
post-install:
for i in man1 man3 man5 ; do cd ${WRKSRC}/doc/man/$$i; \
- ${MKDIR} ${PREFIX}/man/$$i; \
for m in *.[135]; do ${INSTALL_MAN} $$m ${PREFIX}/man/$$i; done; \
done