svn commit: r352166 - head/print/ggv

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 25 23:10:40 UTC 2014


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 at 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
- at 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


More information about the svn-ports-all mailing list