diff options
author | sem <sem@FreeBSD.org> | 2005-07-22 05:02:45 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-22 05:02:45 +0800 |
commit | 60983d24b69a22313d802178f2bf65c746aeff17 (patch) | |
tree | 82a1a3d22d8375f5be104ca34e5da1c84731a70a /games/lincity-ng/files | |
parent | eadf0fe1eebe2a70f7dcc4db033c14877cab4321 (diff) | |
download | freebsd-ports-gnome-60983d24b69a22313d802178f2bf65c746aeff17.tar.gz freebsd-ports-gnome-60983d24b69a22313d802178f2bf65c746aeff17.tar.zst freebsd-ports-gnome-60983d24b69a22313d802178f2bf65c746aeff17.zip |
LinCity-NG is a City Simulation Game. It is a polished and improved
version of the classic LinCity game.
PR: ports/82776
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'games/lincity-ng/files')
-rw-r--r-- | games/lincity-ng/files/patch-mk-jam-install.jam | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/lincity-ng/files/patch-mk-jam-install.jam b/games/lincity-ng/files/patch-mk-jam-install.jam new file mode 100644 index 000000000000..b175e548be28 --- /dev/null +++ b/games/lincity-ng/files/patch-mk-jam-install.jam @@ -0,0 +1,11 @@ +--- mk/jam/install.jam.orig Mon Jun 20 05:08:10 2005 ++++ mk/jam/install.jam Wed Jun 29 15:45:25 2005 +@@ -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 ] ; |