diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-10 21:40:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-10 21:40:20 +0800 |
commit | e79fc6f18c0ad5630600b8abfe4a3461f066cb18 (patch) | |
tree | b67a17506d851dab967d95a216ae1f24d78758da | |
parent | 40b4f0283fbc4c84f44ce97d7ffd2246d7923b9b (diff) | |
download | freebsd-ports-gnome-e79fc6f18c0ad5630600b8abfe4a3461f066cb18.tar.gz freebsd-ports-gnome-e79fc6f18c0ad5630600b8abfe4a3461f066cb18.tar.zst freebsd-ports-gnome-e79fc6f18c0ad5630600b8abfe4a3461f066cb18.zip |
- Allow staging as a regular user
- Remove some @exec/@unexec redundant with USES=shared-mime-info
-rw-r--r-- | net/gq/Makefile | 2 | ||||
-rw-r--r-- | net/gq/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 948bb0af1596..832c5208b0a6 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -23,7 +23,7 @@ USE_OPENSSL= yes USE_OPENLDAP= yes USES= gettext gmake pkgconfig shared-mime-info desktop-file-utils GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} --disable-update-mimedb DND_CONFIGURE_ENABLE= browser-dns CACHE_CONFIGURE_ENABLE= cache INSTALLS_ICONS= yes diff --git a/net/gq/pkg-plist b/net/gq/pkg-plist index de3a5a04c09e..549b4af0986d 100644 --- a/net/gq/pkg-plist +++ b/net/gq/pkg-plist @@ -28,5 +28,3 @@ share/omf/gq-manual/gq-manual-de.omf @dirrm share/gnome/help/gq-manual/de @dirrm share/gnome/help/gq-manual @dirrm share/omf/gq-manual -@exec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime -@unexec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime |