svn commit: r306534 - head/emulators/gns3
Pawel Pekala
pawel at FreeBSD.org
Sat Oct 27 22:59:26 UTC 2012
Author: pawel
Date: Sat Oct 27 22:59:25 2012
New Revision: 306534
URL: http://svn.freebsd.org/changeset/ports/306534
Log:
Add missing semicolon
Feature safe: yes
Modified:
head/emulators/gns3/Makefile
Modified: head/emulators/gns3/Makefile
==============================================================================
--- head/emulators/gns3/Makefile Sat Oct 27 21:56:31 2012 (r306533)
+++ head/emulators/gns3/Makefile Sat Oct 27 22:59:25 2012 (r306534)
@@ -24,7 +24,7 @@ USE_PYTHON= 2.6+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= GNS3
-DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator" "true"
+DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator;" "true"
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
More information about the svn-ports-head
mailing list