From 9e82e49e223490462ca27aa2478c95c7aaf6bd81 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Fri, 28 Jun 2002 00:10:18 +0000 Subject: Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasks PR: 38389 Submitted by: abatko@cs.mcgill.ca --- www/apache21/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/apache21') diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 25fb8c3c2d73..69dd84b0d092 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -118,7 +118,7 @@ MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 post-extract: - @${CP} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif + @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif post-patch: @cd ${WRKSRC}/docs/docroot && \ -- cgit v1.2.3