2c26e29083
- New port maintainer: Chris Hutchinson <portmaster@bsdforge.com> - Add LICENSE - Use PLIST_FILES instead of pkg-plist - Bump PORTREVISION - Update pkg-descr - Pet portlint PR: 199468 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: riggs MFH: 2015Q2
15 lines
426 B
Text
15 lines
426 B
Text
--- Makefile.am.orig 2007-06-05 23:08:39 UTC
|
|
+++ Makefile.am
|
|
@@ -3,10 +3,10 @@ SUBDIRS = src
|
|
icondir = $(datadir)/pixmaps
|
|
icon_DATA = icons/gx_logo.png icons/gx.png
|
|
|
|
-desktopdir = $(datadir)/app-install/desktop
|
|
+desktopdir = $(datadir)/applications
|
|
desktop_DATA = gx.desktop
|
|
|
|
-desk_icondir = $(datadir)/app-install/icons
|
|
+desk_icondir = $(datadir)/pixmaps
|
|
desk_icon_DATA = icons/gx.png
|
|
|
|
EXTRA_DIST = AUTHORS \
|