summaryrefslogtreecommitdiff
path: root/x11/egtk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-10 21:39:19 +0000
committerrillig <rillig@pkgsrc.org>2006-10-10 21:39:19 +0000
commit6141bcbfe1d86c02edad985514bcd30f4f6b6fc6 (patch)
tree9d1fbd8ed3558c023141318419be9944b05f6f12 /x11/egtk
parent61de0744ad1db5d43f676a17919044b118aeadaa (diff)
downloadpkgsrc-6141bcbfe1d86c02edad985514bcd30f4f6b6fc6.tar.gz
Fixed file permissions, removed a core dump file, fixed path to the man
pages. PKGREVISION++.
Diffstat (limited to 'x11/egtk')
-rw-r--r--x11/egtk/Makefile10
-rw-r--r--x11/egtk/PLIST3
2 files changed, 7 insertions, 6 deletions
diff --git a/x11/egtk/Makefile b/x11/egtk/Makefile
index abeffbf2f7a..1e5629d74ab 100644
--- a/x11/egtk/Makefile
+++ b/x11/egtk/Makefile
@@ -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 @@ DEPENDS+= smalleiffel-[0-9]*:../../lang/smalleiffel
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-build:
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 --git a/x11/egtk/PLIST b/x11/egtk/PLIST
index fc56c20ba1f..d7b4218cca5 100644
--- a/x11/egtk/PLIST
+++ b/x11/egtk/PLIST
@@ -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/testgtk/window_with_close_button.e
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