diff options
author | joerg <joerg@pkgsrc.org> | 2008-08-12 17:20:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-08-12 17:20:19 +0000 |
commit | 70a4c7868b7952ccf75e2b6a9b2a91504d0dd58d (patch) | |
tree | e99b93f73920e25f5702fa563cd7d7391dbe6cb0 /textproc | |
parent | c49f731a95bfb33e40707a717f56f04fede06ff8 (diff) | |
download | pkgsrc-70a4c7868b7952ccf75e2b6a9b2a91504d0dd58d.tar.gz |
Don't try to make the pkgsrc tree writeable.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/stardic/Makefile | 4 |
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" |