diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-23 19:17:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-23 19:17:39 +0000 |
commit | 62cc0a0b300817956b850a93043f03cd9c6bf6f4 (patch) | |
tree | 94648a2b4f5da4c26f5f6757b9d6ec8852d1fb47 /chat/zircon/Makefile | |
parent | 62079f2a8bd6f2a9b743b667eb87f07cff32714f (diff) | |
download | pkgsrc-62cc0a0b300817956b850a93043f03cd9c6bf6f4.tar.gz |
MKDIR -> INSTALL_DATA_DIR, noted by zuntum on IRC
Diffstat (limited to 'chat/zircon/Makefile')
-rw-r--r-- | chat/zircon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile index febf1b922f7..edd30e4281d 100644 --- a/chat/zircon/Makefile +++ b/chat/zircon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/23 19:17:40 hubertf Exp $ # DISTNAME= zircon-1.18.245 @@ -25,7 +25,7 @@ do-install: @${ECHO} "Please just click <Install> and <Quit> to ensure proper installation." @${ECHO} "" @( cd ${WRKSRC} && ./installZircon ) - @${MKDIR} ${PREFIX}/share/doc/zircon + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zircon .for file in BUGS COPYRIGHT FAQ MANUAL MIRRORS README.ONS README.load README.look README.prefs TODO @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/zircon .endfor |