diff options
Diffstat (limited to 'games/netpanzer/files/patch-mk-jam-install.jam')
-rw-r--r-- | games/netpanzer/files/patch-mk-jam-install.jam | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/netpanzer/files/patch-mk-jam-install.jam b/games/netpanzer/files/patch-mk-jam-install.jam deleted file mode 100644 index a4c29e11690c..000000000000 --- a/games/netpanzer/files/patch-mk-jam-install.jam +++ /dev/null @@ -1,11 +0,0 @@ ---- mk/jam/install.jam.orig Mon Feb 21 19:58:28 2005 -+++ mk/jam/install.jam Mon Feb 21 20:02:05 2005 -@@ -11,7 +11,7 @@ - - # set some paths - appdatadir ?= [ ConcatDirs $(datadir) $(PACKAGE_NAME) ] ; --appdocdir ?= [ ConcatDirs $(datadir) doc $(PACKAGE_NAME)-$(PACKAGE_VERSION) ] ; -+appdocdir ?= $(fbsdocdir) ; - appconfdir ?= [ ConcatDirs $(sysconfdir) $(PACKAGE_NAME) ] ; - plugindir ?= [ ConcatDirs $(libdir) $(PACKAGE_NAME) ] ; - |