From d32e698de6a63cf0273391b498d5c8e2bc3ea265 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 25 Feb 2001 04:17:35 +0000 Subject: Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this --- x11/tix/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'x11/tix') diff --git a/x11/tix/Makefile b/x11/tix/Makefile index f3d2d8b84d5..90ac1f1c8f4 100644 --- a/x11/tix/Makefile +++ b/x11/tix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/02/17 17:06:48 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/25 04:18:27 hubertf Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/03/17 07:55:17 tg Exp DISTNAME= Tix4.1.0.006 @@ -30,11 +30,10 @@ pre-configure: post-install: @(cd ${WRKSRC}/.. && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}) - @${MKDIR} ${PREFIX}/man/man1 @${MV} ${PREFIX}/man/mann/tixwish.1 ${PREFIX}/man/man1 @${LN} -sf ${PREFIX}/bin/tixwish4.1.8.0 ${PREFIX}/bin/tixwish .for dir in generic unix - @${MKDIR} ${PREFIX}/include/tix/${dir} + @${INSTALL_DATA_DIR} ${PREFIX}/include/tix/${dir} ${INSTALL_DATA} ${WRKSRC}/../../${dir}/*.h ${PREFIX}/include/tix/${dir} .endfor ${RM} ${PREFIX}/include/tix/generic/tix.h -- cgit v1.2.3