diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-25 04:17:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-25 04:17:35 +0000 |
commit | d32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch) | |
tree | f7733ee24f18b76cbeda1e577b4cec2485f4cf3e /security/rc5des | |
parent | b1fe99775bd942bbd05e584ba34834516831b04a (diff) | |
download | pkgsrc-d32e698de6a63cf0273391b498d5c8e2bc3ea265.tar.gz |
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'security/rc5des')
-rw-r--r-- | security/rc5des/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile index 86d7fe99771..e7148ad4b81 100644 --- a/security/rc5des/Makefile +++ b/security/rc5des/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 17:50:06 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/25 04:18:13 hubertf Exp $ # DISTNAME= rc5-mlg-004 @@ -32,7 +32,7 @@ do-build: # cd ${WRKSRC}; ${RM} -f master.ini.orig master.ini.in rc5.sh.orig do-install: - ${MKDIR} ${PREFIX}/RC5 + ${INSTALL_DATA_DIR} ${PREFIX}/RC5 cd ${WRKSRC}; ${PAX} -r -w . ${PREFIX}/RC5 .include "../../mk/bsd.pkg.mk" |