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 /audio/snd | |
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 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index d00300e0c69..8af37697593 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/02/16 13:30:49 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/02/25 04:17:37 hubertf Exp $ # DISTNAME= snd @@ -22,7 +22,7 @@ MAKE_ENV+= MOTIFBASE=${MOTIFBASE} do-install: cd ${WRKSRC} ; ${INSTALL_PROGRAM} snd ${PREFIX}/bin cd ${WRKSRC} ; ${INSTALL_DATA} Snd.ad ${PREFIX}/lib/X11/app-defaults/Snd - ${MKDIR} ${PREFIX}/share/doc/snd + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snd cd ${WRKSRC} ; ${INSTALL_DATA} *.gif *.html *.txt README.Snd ${PREFIX}/share/doc/snd .include "../../mk/bsd.pkg.mk" |