From 388c1f807b30c75cb649fa0b4a8607c50b3cec49 Mon Sep 17 00:00:00 2001 From: kili Date: Thu, 2 Apr 2009 06:22:33 +0000 Subject: [PATCH] Unconfuse @exec/@unexec. Noticed by frantisek holop. ok msf@ (maintainer), ajacoutot@ --- graphics/comix/Makefile | 4 ++-- graphics/comix/pkg/PLIST | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 01d601f7eab..93b869f8f6e 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2009/03/15 18:29:31 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2009/04/02 06:22:33 kili Exp $ COMMENT= gtk2 comic book viewer DISTNAME= comix-4.0.2 -PKGNAME = ${DISTNAME}p0 +PKGNAME = ${DISTNAME}p1 CATEGORIES= graphics MAINTAINER= Mathieu Sauve-Frankel diff --git a/graphics/comix/pkg/PLIST b/graphics/comix/pkg/PLIST index 3a191168cb9..00497c4cb61 100644 --- a/graphics/comix/pkg/PLIST +++ b/graphics/comix/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.6 2009/01/24 11:07:04 landry Exp $ +@comment $OpenBSD: PLIST,v 1.7 2009/04/02 06:22:34 kili Exp $ bin/comicthumb bin/comix @man man/man1/comicthumb.1 @@ -135,7 +135,7 @@ share/mime/packages/comix.xml share/schemas/ share/schemas/comix/ share/schemas/comix/comicbook.schemas -@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/comix/*.schemas > /dev/null +@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/comix/*.schemas > /dev/null @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true @exec %D/bin/update-desktop-database