1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Remove redundant @exec

Cleanup a bit the Makefile
This commit is contained in:
Baptiste Daroussin 2015-01-19 20:32:57 +00:00
parent 85d168ab7e
commit 80f309b315
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377472
2 changed files with 1 additions and 5 deletions

View File

@ -14,8 +14,8 @@ COMMENT= Program to create labels and business cards
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

View File

@ -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
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true