summaryrefslogtreecommitdiff
path: root/net/p5-SNMP
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 /net/p5-SNMP
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 'net/p5-SNMP')
-rw-r--r--net/p5-SNMP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile
index 85a13ea1b8f..cc990990b16 100644
--- a/net/p5-SNMP/Makefile
+++ b/net/p5-SNMP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/17 18:19:24 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/02/25 04:18:07 hubertf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/06/27 01:53:13 jfitz Exp
#
@@ -30,7 +30,7 @@ post-build:
post-install:
@${INSTALL_DATA} ${WRKSRC}/README ${PERL5_SITELIB}/README.SNMP
- @${MKDIR} ${PREFIX}/share/examples/p5-SNMP
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-SNMP
@for i in ${PLFILES} ; do ${INSTALL_SCRIPT} ${WRKDIR}/$$i ${PREFIX}/share/examples/p5-SNMP/$$i ; done
test: