summaryrefslogtreecommitdiff
path: root/fonts/ghostscript-fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ghostscript-fonts/Makefile')
-rw-r--r--fonts/ghostscript-fonts/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/fonts/ghostscript-fonts/Makefile b/fonts/ghostscript-fonts/Makefile
index 3ae15fe4d4b..95afae0e11a 100644
--- a/fonts/ghostscript-fonts/Makefile
+++ b/fonts/ghostscript-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:37:06 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/15 16:53:59 sketch Exp $
DISTNAME= ghostscript-fonts-6.0
CATEGORIES= fonts
@@ -37,7 +37,9 @@ do-install:
done
${INSTALL_DATA} ${FILESDIR}/fonts.alias \
${PREFIX}/share/ghostscript/fonts/
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/ghostscript
- ${CHMOD} -R a-w ${PREFIX}/share/ghostscript
+ @for file in ${PREFIX}/share/ghostscript/fonts/*; do \
+ ${CHMOD} ${SHAREMODE} $${file}; \
+ ${CHOWN} ${SHAREOWN}:${SHAREGRP} $${file}; \
+ done
.include "../../mk/bsd.pkg.mk"