summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-12 17:20:19 +0000
committerjoerg <joerg>2008-08-12 17:20:19 +0000
commit8c5e706e3cf2a2bac4585f302b2a151b73d6a839 (patch)
treee99b93f73920e25f5702fa563cd7d7391dbe6cb0 /textproc
parent89762a90f00bac9ffbeed072bcaebaf6adb4dd3a (diff)
downloadpkgsrc-8c5e706e3cf2a2bac4585f302b2a151b73d6a839.tar.gz
Don't try to make the pkgsrc tree writeable.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/stardic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/stardic/Makefile b/textproc/stardic/Makefile
index 9e0ba6833df..e809e09892e 100644
--- a/textproc/stardic/Makefile
+++ b/textproc/stardic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/10/02 23:30:30 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2008/08/12 17:20:19 joerg Exp $
DISTNAME= dic
PKGNAME= stardic-1.31
@@ -17,7 +17,7 @@ FONTS_DIRS.x11+= ${PREFIX}/share/stardic/hzfont
REQD_DIRS+= ${PREFIX}/share/stardic ${PREFIX}/share/stardic/hzfont
post-extract:
- chmod -R u+w,go-w . ${WRKSRC}
+ chmod -R u+w,go-w ${WRKSRC}
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"