summaryrefslogtreecommitdiff
path: root/lang/ruby
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 /lang/ruby
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 'lang/ruby')
-rw-r--r--lang/ruby/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 8292048ecd0..c5865eca4de 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/02/17 09:07:27 agc Exp $
+# $NetBSD: Makefile,v 1.19 2001/02/25 04:17:56 hubertf Exp $
#
DISTNAME= ruby-1.4.6
@@ -40,9 +40,9 @@ post-patch:
post-install:
strip ${PREFIX}/bin/ruby
- ${MKDIR} ${PREFIX}/share/examples/ruby
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby
${INSTALL_DATA} ${WRKSRC}/sample/* ${PREFIX}/share/examples/ruby
- ${MKDIR} ${PREFIX}/share/examples/ruby/misc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby/misc
${INSTALL_DATA} ${WRKSRC}/misc/* ${PREFIX}/share/examples/ruby/misc
.include "../../mk/bsd.pkg.mk"