pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/stardic Fixed file permissions during the bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6b030dc1cee
branches:  trunk
changeset: 519434:b6b030dc1cee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 02 23:30:30 2006 +0000

description:
Fixed file permissions during the build. Bumped PKGREVISION.

diffstat:

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

diffs (31 lines):

diff -r 07f43f4342e8 -r b6b030dc1cee textproc/stardic/Makefile
--- a/textproc/stardic/Makefile Mon Oct 02 23:26:43 2006 +0000
+++ b/textproc/stardic/Makefile Mon Oct 02 23:30:30 2006 +0000
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.15 2006/09/09 02:46:08 obache Exp $
+# $NetBSD: Makefile,v 1.16 2006/10/02 23:30:30 rillig Exp $
 
 DISTNAME=      dic
 PKGNAME=       stardic-1.31
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    textproc
 MASTER_SITES=  http://download.linuxbyte.net/Chinese/dictionary/
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 MAINTAINER=    rxg%NetBSD.org@localhost
 COMMENT=       English-Chinese dictionary
 
-DIST_SUBDIR=   ${PKGNAME_NOREV}
-
 MAKE_FILE=     makefile
 USE_LANGUAGES= c c++
 
 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}
+
 .include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index