diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
commit | 7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch) | |
tree | f40cba2ed30c79b84c1d56a779b7139f24d6c36f /games/liquidwar | |
parent | fa0d2e76ea8e387f084dbd4135979433ed303274 (diff) | |
download | ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.gz ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.zip |
Notes
Diffstat (limited to 'games/liquidwar')
-rw-r--r-- | games/liquidwar/Makefile | 2 | ||||
-rw-r--r-- | games/liquidwar/files/patch-Makefile.in | 14 |
2 files changed, 4 insertions, 12 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index ff1ccb7f934e..03eabc782497 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -3,7 +3,7 @@ PORTNAME= liquidwar PORTVERSION= 5.6.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://liquidwar.sunsite.dk/archive/ \ SAVANNAH \ diff --git a/games/liquidwar/files/patch-Makefile.in b/games/liquidwar/files/patch-Makefile.in index a1b17d791e31..9631bfa3d14a 100644 --- a/games/liquidwar/files/patch-Makefile.in +++ b/games/liquidwar/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Feb 12 07:43:58 2004 -+++ Makefile.in Sun Oct 9 16:32:39 2005 -@@ -16,13 +16,12 @@ +--- Makefile.in.orig 2007-10-17 22:00:47.000000000 +0200 ++++ Makefile.in 2018-11-02 12:39:01.122951000 +0100 +@@ -16,7 +16,7 @@ DESKTOPDIR = $(datadir)/applications # directory since the FHS (File Hierarchy Standard recommends # to place man pages in $(datadir)/man (ie /usr/share/man). # MANDIR = $(mandir)/man6 @@ -9,11 +9,3 @@ # We don't use the autoconf default infodir=$(prefix)/info info # directory since the FHS (File Hierarchy Standard recommends # to place info pages in $(datadir)/info (ie /usr/share/info). --# INFODDIR = $(infodir) --INFODIR = $(datadir)/info --INFODIRDIR = $(infodir) -+# YES WE DO! -+INFODIR = $(prefix)/info - - ifeq (@TARGET_OPT@,yes) - TARGET = @target@ |