pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/egtk Don't try to modify pkgsrc directory.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd1e2ef4f5cc
branches:  trunk
changeset: 547785:cd1e2ef4f5cc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 02 18:48:31 2008 +0000

description:
Don't try to modify pkgsrc directory.

diffstat:

 x11/egtk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bd915e2e3f8f -r cd1e2ef4f5cc x11/egtk/Makefile
--- a/x11/egtk/Makefile Thu Oct 02 18:31:13 2008 +0000
+++ b/x11/egtk/Makefile Thu Oct 02 18:48:31 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/05/26 02:13:26 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2008/10/02 18:48:31 joerg Exp $
 #
 
 DISTNAME=      eGTK_0.3.4
@@ -29,7 +29,7 @@
        cd ${WRKSRC}/C/se && ${MAKE_PROGRAM} ${MAKE_FLAGS} -f Makefile.se clean
        ${MV} ${WRKSRC}/bin/egtkbuild ${WRKSRC}/bin/egtkbuild.in
        ${MV} ${WRKSRC}/man/egtkbuild.1 ${WRKSRC}/man/egtkbuild.1.in
-       chmod -R go-w . ${WRKSRC}
+       chmod -R go-w ${WRKSRC}
 
 do-configure:
        ${SED} -e "s,@PREFIX@,${PREFIX},g" \



Home | Main Index | Thread Index | Old Index