pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/egtk Fixed file permissions, removed a core dump f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/68d8262c66b9
branches: trunk
changeset: 519829:68d8262c66b9
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Oct 10 21:39:19 2006 +0000
description:
Fixed file permissions, removed a core dump file, fixed path to the man
pages. PKGREVISION++.
diffstat:
x11/egtk/Makefile | 10 ++++++----
x11/egtk/PLIST | 3 +--
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (62 lines):
diff -r 48d8f8eac2e5 -r 68d8262c66b9 x11/egtk/Makefile
--- a/x11/egtk/Makefile Tue Oct 10 20:13:48 2006 +0000
+++ b/x11/egtk/Makefile Tue Oct 10 21:39:19 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2006/03/04 21:31:08 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/10/10 21:39:19 rillig Exp $
#
DISTNAME= eGTK_0.3.4
PKGNAME= egtk-0.3.4
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://www.netlabs.net/hp/richieb/downloads/
@@ -15,17 +15,19 @@
WRKSRC= ${WRKDIR}/eGTK
-INSTALLATION_DIRS= bin lib man/man1
+INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1
post-extract:
${FIND} ${WRKSRC} -type d -name "CVS" -print | ${XARGS} ${RM} -rf
${FIND} ${WRKSRC} -type d -name "ise" -print | ${XARGS} ${RM} -rf
${FIND} ${WRKSRC} -type f -name "*.ace" -print | ${XARGS} ${RM} -f
+ rm -f ${WRKSRC}/examples/tictactoe/core
${RMDIR} ${WRKSRC}/examples/toolbar
${RM} ${WRKSRC}/examples/Makefile
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}
do-configure:
${SED} -e "s,@PREFIX@,${PREFIX},g" \
@@ -40,7 +42,7 @@
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/egtkbuild ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/man/egtkbuild.1 ${PREFIX}/man/man1
+ ${INSTALL_SCRIPT} ${WRKSRC}/man/egtkbuild.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKSRC}/C/se/eif_gtk.a ${PREFIX}/lib/libegtk_se.a
${INSTALL_DATA_DIR} ${PREFIX}/share/egtk
diff -r 48d8f8eac2e5 -r 68d8262c66b9 x11/egtk/PLIST
--- a/x11/egtk/PLIST Tue Oct 10 20:13:48 2006 +0000
+++ b/x11/egtk/PLIST Tue Oct 10 21:39:19 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:10:36 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/10/10 21:39:19 rillig Exp $
bin/egtkbuild
lib/libegtk_se.a
man/man1/egtkbuild.1
@@ -372,7 +372,6 @@
share/examples/egtk/tictactoe/Makefile
share/examples/egtk/tictactoe/README
share/examples/egtk/tictactoe/close_dialog_command.e
-share/examples/egtk/tictactoe/core
share/examples/egtk/tictactoe/customisation.e
share/examples/egtk/tictactoe/gtk_widget_destroy.e
share/examples/egtk/tictactoe/loadpath.se
Home |
Main Index |
Thread Index |
Old Index