diff --git a/devel/gconf-editor/Makefile b/devel/gconf-editor/Makefile index 5d531a07de7..777deea2505 100644 --- a/devel/gconf-editor/Makefile +++ b/devel/gconf-editor/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2005/04/18 23:04:53 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2005/05/08 17:33:18 alek Exp $ COMMENT= "editor for the GConf configuration system" VERSION= 2.8.2 DISTNAME= gconf-editor-${VERSION} -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= devel x11/gnome HOMEPAGE= http://www.gnome.org/ diff --git a/devel/gconf-editor/patches/patch-docs_C_Makefile_in b/devel/gconf-editor/patches/patch-docs_C_Makefile_in new file mode 100644 index 00000000000..7a376720257 --- /dev/null +++ b/devel/gconf-editor/patches/patch-docs_C_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-docs_C_Makefile_in,v 1.1 2005/05/08 17:33:18 alek Exp $ +--- docs/C/Makefile.in.orig Sat Apr 30 19:25:37 2005 ++++ docs/C/Makefile.in Sat Apr 30 19:25:40 2005 +@@ -337,7 +337,7 @@ install-data-hook-omf: + for file in $(omffile); do \ + $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ + done +- -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) ++ # -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) + + uninstall-local-omf: + -for file in $(srcdir)/*.omf; do \ diff --git a/devel/gconf-editor/pkg/PLIST b/devel/gconf-editor/pkg/PLIST index d3d71f0f6ed..8bd54ef6364 100644 --- a/devel/gconf-editor/pkg/PLIST +++ b/devel/gconf-editor/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.5 2004/12/10 20:33:59 marcm Exp $ +@comment $OpenBSD: PLIST,v 1.6 2005/05/08 17:33:18 alek Exp $ bin/gconf-editor @man man/man1/gconf-editor.1 share/applications/ @@ -227,3 +227,5 @@ share/pixmaps/gconf-editor/entry-schema.png share/pixmaps/gconf-editor/entry-string.png share/pixmaps/gconf-editor/folder-closed.png share/pixmaps/gconf-editor/folder-open.png +@exec %D/bin/scrollkeeper-update -q +@unexec %D/bin/scrollkeeper-update -q