svn commit: r377472 - head/deskutils/glabels

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 19 20:32:59 UTC 2015


Author: bapt
Date: Mon Jan 19 20:32:57 2015
New Revision: 377472
URL: https://svnweb.freebsd.org/changeset/ports/377472
QAT: https://qat.redports.org/buildarchive/r377472/

Log:
  Remove redundant @exec
  Cleanup a bit the Makefile

Modified:
  head/deskutils/glabels/Makefile
  head/deskutils/glabels/pkg-plist

Modified: head/deskutils/glabels/Makefile
==============================================================================
--- head/deskutils/glabels/Makefile	Mon Jan 19 20:32:52 2015	(r377471)
+++ head/deskutils/glabels/Makefile	Mon Jan 19 20:32:57 2015	(r377472)
@@ -14,8 +14,8 @@ COMMENT=	Program to create labels and bu
 USES=		desktop-file-utils gettext gmake libtool pathfix pkgconfig \
 		shared-mime-info tar:bzip2
 USE_GNOME=	gnomeprefix libgnomeui gnomedocutils intlhack
-WANT_GNOME=	yes
 INSTALLS_OMF=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-update-desktopdb --disable-update-mimedb

Modified: head/deskutils/glabels/pkg-plist
==============================================================================
--- head/deskutils/glabels/pkg-plist	Mon Jan 19 20:32:52 2015	(r377471)
+++ head/deskutils/glabels/pkg-plist	Mon Jan 19 20:32:57 2015	(r377472)
@@ -190,7 +190,3 @@ share/pixmaps/glabels/ex-rect-size.png
 share/pixmaps/glabels/ex-round-size.png
 share/pixmaps/glabels/glabels-about-logo.png
 share/pixmaps/glabels/glabels-splash.png
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-all mailing list