mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
- 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
14 lines
469 B
Text
14 lines
469 B
Text
--- Makefile.in.orig 2007-06-07 14:21:06 UTC
|
|
+++ Makefile.in
|
|
@@ -176,9 +176,9 @@ target_alias = @target_alias@
|
|
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 \
|
|
ChangeLog \
|