From c4a774ed61c0dcf5f274f24c7d0d337e62ba9895 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 9 May 2004 06:58:54 +0000 Subject: Use INSTALL_DATA instead of INSTALL to install the headers. --- x11/printext/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/printext/Makefile b/x11/printext/Makefile index 569a6b5ea53e..c3311c549c32 100644 --- a/x11/printext/Makefile +++ b/x11/printext/Makefile @@ -23,8 +23,10 @@ WRKSRC= ${WRKDIR}/xc/include/extensions EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/include/extensions NO_BUILD= yes +DEST=${PREFIX}/include/X11/extensions + do-install: - ${INSTALL} ${WRKSRC}/Print.h ${PREFIX}/include/X11/extensions - ${INSTALL} ${WRKSRC}/Printstr.h ${PREFIX}/include/X11/extensions + ${INSTALL_DATA} ${WRKSRC}/Print.h ${DEST} + ${INSTALL_DATA} ${WRKSRC}/Printstr.h ${DEST} .include -- cgit v1.2.3