Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 23:10:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352166 - head/print/ggv
Message-ID:  <201404252310.s3PNAe6c093877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 25 23:10:40 2014
New Revision: 352166
URL: http://svnweb.freebsd.org/changeset/ports/352166
QAT: https://qat.redports.org/buildarchive/r352166/

Log:
  Support stage

Modified:
  head/print/ggv/Makefile
  head/print/ggv/pkg-plist

Modified: head/print/ggv/Makefile
==============================================================================
--- head/print/ggv/Makefile	Fri Apr 25 23:09:16 2014	(r352165)
+++ head/print/ggv/Makefile	Fri Apr 25 23:10:40 2014	(r352166)
@@ -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>

Modified: head/print/ggv/pkg-plist
==============================================================================
--- head/print/ggv/pkg-plist	Fri Apr 25 23:09:16 2014	(r352165)
+++ head/print/ggv/pkg-plist	Fri Apr 25 23:10:40 2014	(r352166)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404252310.s3PNAe6c093877>