- Run scrollkeeper-update during install (@exec), not fake stage
(port's Makefile) - Bump PKGNAME Problem spotted by naddy@
This commit is contained in:
parent
2f5b481352
commit
b18ed8d1de
@ -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/
|
||||
|
12
devel/gconf-editor/patches/patch-docs_C_Makefile_in
Normal file
12
devel/gconf-editor/patches/patch-docs_C_Makefile_in
Normal file
@ -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 \
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user