pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/stardic Don't try to make the pkgsrc tree wri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b610862766a
branches:  trunk
changeset: 545783:7b610862766a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 12 17:20:19 2008 +0000

description:
Don't try to make the pkgsrc tree writeable.

diffstat:

 textproc/stardic/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 529cce724657 -r 7b610862766a textproc/stardic/Makefile
--- a/textproc/stardic/Makefile Tue Aug 12 17:09:36 2008 +0000
+++ b/textproc/stardic/Makefile Tue Aug 12 17:20:19 2008 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index