summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-10-11 22:37:20 +0000
committeredwin <edwin@FreeBSD.org>2005-10-11 22:37:20 +0000
commit6a3419009e32342bcb0fd41519197526d9d0b7a4 (patch)
treec3f53f7d6516368128b5e6b08a6d7e313666079e
parenta49d01a8cb902f34f9bec6e9929b74c1ce0987ff (diff)
downloadFreeBSD-ports-6a3419009e32342bcb0fd41519197526d9d0b7a4.zip
FreeBSD-ports-6a3419009e32342bcb0fd41519197526d9d0b7a4.tar.gz
disable generation of Postscript and PDF documents
-rw-r--r--games/liquidwar/Makefile4
-rw-r--r--games/liquidwar/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile
index 4aec114..817eef1 100644
--- a/games/liquidwar/Makefile
+++ b/games/liquidwar/Makefile
@@ -7,6 +7,7 @@
PORTNAME= liquidwar
PORTVERSION= 5.6.2
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://liquidwar.sunsite.dk/archive/ \
${MASTER_SITE_SAVANNAH} \
@@ -20,7 +21,8 @@ LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= --disable-target-opt
+CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf
+USE_PYTHON_BUILD= yes
INFO= liquidwar
diff --git a/games/liquidwar/pkg-plist b/games/liquidwar/pkg-plist
index df63faf..87babba 100644
--- a/games/liquidwar/pkg-plist
+++ b/games/liquidwar/pkg-plist
@@ -29,8 +29,6 @@ bin/liquidwar-mapgen
%%DOCSDIR%%/html/source.html
%%DOCSDIR%%/html/todo.html
%%DOCSDIR%%/html/userlevels.html
-%%DOCSDIR%%/ps/liquidwar.ps
-%%DOCSDIR%%/pdf/liquidwar.pdf
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/README
%%DOCSDIR%%/README.fr
OpenPOWER on IntegriCloud