diff options
author | pawel <pawel@FreeBSD.org> | 2012-10-28 06:59:25 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-10-28 06:59:25 +0800 |
commit | 2591bca7e59ba71dda5456c5a5c1faa49891b54a (patch) | |
tree | d3db72a2b2d843d8d8a66066d9309b41d4ce605f /emulators | |
parent | de010f2d0b08309e95f74141a122547556d51630 (diff) | |
download | freebsd-ports-gnome-2591bca7e59ba71dda5456c5a5c1faa49891b54a.tar.gz freebsd-ports-gnome-2591bca7e59ba71dda5456c5a5c1faa49891b54a.tar.zst freebsd-ports-gnome-2591bca7e59ba71dda5456c5a5c1faa49891b54a.zip |
Add missing semicolon
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gns3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 2b8033a682b5..dde77542373c 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -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 |