diff options
author | hubertf <hubertf> | 2001-02-23 19:17:39 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-02-23 19:17:39 +0000 |
commit | 4a3a2922e9509fe4b2b2191f625d970cdc497111 (patch) | |
tree | 94648a2b4f5da4c26f5f6757b9d6ec8852d1fb47 /chat | |
parent | cae4a9d7efd0ab4b0702ff1f3dc8ec4d6321ebf7 (diff) | |
download | pkgsrc-4a3a2922e9509fe4b2b2191f625d970cdc497111.tar.gz |
MKDIR -> INSTALL_DATA_DIR, noted by zuntum on IRC
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile | 4 | ||||
-rw-r--r-- | chat/zenicb/Makefile | 4 | ||||
-rw-r--r-- | chat/zircon/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 4aac62652e8..70f7d2b69bf 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:34 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/23 19:17:39 hubertf Exp $ DISTNAME= xchat-1.6.2 CATEGORIES= chat x11 gnome @@ -22,7 +22,7 @@ pre-configure: @${TOUCH} ${WRKSRC}/stamp-h.in post-install: - ${MKDIR} ${PREFIX}/share/doc/xchat + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat .include "../../mk/bsd.pkg.mk" diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 2b21166fa89..7b4306d2b0e 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/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:39 hubertf Exp $ # DISTNAME= zenicb-19981202 @@ -36,7 +36,7 @@ do-build: do-install: .if defined(USE_XEMACS) - @${MKDIR} ${PREFIX}/${ELISPDIR} + @${INSTALL_DATA_DIR} ${PREFIX}/${ELISPDIR} .endif @for file in ${WRKSRC}/src/*.el; do \ j="${INSTALL_DATA} $$file ${PREFIX}/${ELISPDIR}/"; \ 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 |