freebsd-ports/games/lincity-ng/files/patch-mk-jam-install.jam
Mahdi Mokhtari a807fdfa27 games/lincity-ng: Fix STAGEDIR misuse also cleanup and improvements
Add LICENSE block
Add better build-time flags for `configure` and CPPFLAGS
Add missing USES=gl, gnome
Switch to USES=localbase
Fix incorrect STAGEDIR usage, which makes it saved in the produced binary

PR:		234489
Submitted by:	amdmi3
Sponsored by:	The FreeBSD Foundation
2019-01-02 17:09:05 +00:00

11 lines
521 B
Text

--- mk/jam/install.jam.orig Sat Apr 15 04:53:26 2006
+++ mk/jam/install.jam Fri Sep 1 13:11:31 2006
@@ -11,7 +11,7 @@
# set some paths
appdatadir ?= [ ConcatDirs $(datadir) $(PACKAGE_NAME) ] ;
-appdocdir ?= [ ConcatDirs $(datadir) doc $(PACKAGE_NAME)-$(PACKAGE_VERSION) ] ;
+appdocdir ?= [ ConcatDirs $(datadir) doc $(PACKAGE_NAME) ] ;
appconfdir ?= [ ConcatDirs $(sysconfdir) $(PACKAGE_NAME) ] ;
plugindir ?= [ ConcatDirs $(libdir) $(PACKAGE_NAME) ] ;
applicationsdir ?= [ ConcatDirs $(datadir) applications ] ;