diff options
author | makc <makc@FreeBSD.org> | 2013-01-23 07:12:20 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-01-23 07:12:20 +0800 |
commit | 648111d961a91126eaebcc7caa2e9fe4b7777e15 (patch) | |
tree | ee1709b461943ea50012d3f80c3a28636bfa71c0 /devel | |
parent | 80d091a0440cd85837ab53bb1248ce623dede38f (diff) | |
download | freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.tar.gz freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.tar.zst freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.zip |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article from COMMENT
Approved by: maintainers
Diffstat (limited to 'devel')
-rw-r--r-- | devel/antlrworks/Makefile | 4 | ||||
-rw-r--r-- | devel/upp/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/antlrworks/Makefile b/devel/antlrworks/Makefile index 4df3d6c35e5d..96767c5abf8c 100644 --- a/devel/antlrworks/Makefile +++ b/devel/antlrworks/Makefile @@ -18,9 +18,9 @@ JAVA_VERSION= 1.6+ DESKTOP_ENTRIES="ANTLRWorks" \ "ANTLR GUI Development Environment" \ - "antlrworks.png" \ + "${PREFIX}/share/pixmaps/antlrworks.png" \ "antlrworks" \ - "Application;Development;" \ + "Development;Java;" \ true PLIST_FILES= bin/antlrworks \ diff --git a/devel/upp/Makefile b/devel/upp/Makefile index 69930f97e379..c0b3ec61c772 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -39,7 +39,7 @@ PORTDATA= bazaar examples reference tutorial uppsrc GCC.bm DESKTOP_ENTRIES="TheIDE" "IDE for cross-platform C++ development" \ "${DATADIR}/uppsrc/ide/theide-48.png" "theide" \ - "Application;Development;IDE;" ${FALSE} + "Development;IDE;GTK;" false OPTIONS_DEFINE= SDL OPENGL MYSQL PGSQL USEMALLOC USEMALLOC_DESC= Compile without U++ heap allocator |