diff options
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |