diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:10:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:10:40 +0000 |
commit | 43d499ebd2fb3ceb39af90cff09a88438de545a2 (patch) | |
tree | 3ce8df01819cc68bb9d7013c97845af4a6db08fd | |
parent | Support stage (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=352166
-rw-r--r-- | print/ggv/Makefile | 10 | ||||
-rw-r--r-- | print/ggv/pkg-plist | 1 |
2 files changed, 3 insertions, 8 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 81faf10cbc37..cf92590fe7e4 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -12,19 +12,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 ghostscript viewer -USE_BZIP2= yes INSTALLS_OMF= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils -USES= gettext gmake pkgconfig +USE_GNOME= gnomeprefix intlhack libgnomeui +USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= ggv.schemas -NO_STAGE= yes -post-install: - @-update-desktop-database > /dev/null - .include <bsd.port.mk> diff --git a/print/ggv/pkg-plist b/print/ggv/pkg-plist index d0df1dc46a17..de58dd02a8d7 100644 --- a/print/ggv/pkg-plist +++ b/print/ggv/pkg-plist @@ -2,7 +2,6 @@ bin/ggv libdata/bonobo/servers/GNOME_GGV.server libexec/ggv-postscript-viewer share/applications/ggv.desktop -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true share/gnome-2.0/ui/ggv-control-ui.xml share/gnome-2.0/ui/ggv-postscript-view-ui.xml share/gnome-2.0/ui/ggv-ui.xml |