diff options
author | rm <rm@FreeBSD.org> | 2012-12-03 14:46:25 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-03 14:46:25 +0800 |
commit | c0f2ea026002c0504375315ad8c45f3ad7af2999 (patch) | |
tree | 7853c641faa02edf42e894bb5cd004ae481410c6 /security/secpanel | |
parent | f57a97f5e5512be894ad8b8a4d5f5a569bfe6084 (diff) | |
download | freebsd-ports-gnome-c0f2ea026002c0504375315ad8c45f3ad7af2999.tar.gz freebsd-ports-gnome-c0f2ea026002c0504375315ad8c45f3ad7af2999.tar.zst freebsd-ports-gnome-c0f2ea026002c0504375315ad8c45f3ad7af2999.zip |
- set explicit value for StartupNotify in DESKTOP_ENTRIES
Suggested by: danfe
Feature safe: yes
Diffstat (limited to 'security/secpanel')
-rw-r--r-- | security/secpanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index f2b9594e6d47..2f67b7dd9b0f 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -26,7 +26,7 @@ NO_BUILD= yes USE_TK_WRAPPER= yes DESKTOP_ENTRIES="SecPanel" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Application;System;" ${FALSE} + "${PORTNAME}" "Application;System;" "false" post-patch: @${REINPLACE_CMD} \ |