We want @unexec-delete rm -f instead of @extra.

This commit is contained in:
ajacoutot 2011-05-19 14:30:39 +00:00
parent c53ee58ede
commit 9ef4c5f760
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.129 2011/05/11 08:03:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.130 2011/05/19 14:30:39 ajacoutot Exp $
SHARED_ONLY= Yes
@ -13,7 +13,7 @@ PKGNAME-main= gtk+2-${V}
PKGNAME-docs= gtk+2-docs-${V}
PKGNAME-cups= gtk+2-cups-${V}
REVISION-main= 2
REVISION-main= 3
CATEGORIES= x11 devel

View File

@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST-main,v 1.24 2011/05/11 08:03:21 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.25 2011/05/19 14:30:39 ajacoutot Exp $
@conflict gail-*
@pkgpath x11/gtk+2
@unexec-delete rm -f ${SYSCONFDIR}/gtk-2.0/gtk.immodules
bin/gtk-builder-convert
@bin bin/gtk-demo
@bin bin/gtk-query-immodules-2.0
@ -633,5 +634,4 @@ share/themes/Raleigh/gtk-2.0/
share/themes/Raleigh/gtk-2.0/gtkrc
@sample ${SYSCONFDIR}/gtk-2.0/
@exec %D/bin/gtk-query-immodules-2.0 > ${SYSCONFDIR}/gtk-2.0/gtk.immodules
@extra ${SYSCONFDIR}/gtk-2.0/gtk.immodules
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2011/05/11 08:03:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.12 2011/05/19 14:30:39 ajacoutot Exp $
SHARED_ONLY= Yes
@ -13,7 +13,7 @@ PKGNAME-main= gtk+3-${V}
PKGNAME-docs= gtk+3-docs-${V}
PKGNAME-cups= gtk+3-cups-${V}
REVISION-main= 0
REVISION-main= 1
CATEGORIES= x11 devel

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-main,v 1.4 2011/05/11 08:03:21 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.5 2011/05/19 14:30:39 ajacoutot Exp $
@unexec-delete rm -f ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@bin bin/gtk-query-immodules-3.0
@bin bin/gtk3-demo
include/gail-3.0/
@ -639,5 +640,4 @@ share/themes/Raleigh/gtk-3.0/gtk.css
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/gtk-query-immodules-3.0 > ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@extra ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true