diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-12 06:37:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-12 06:37:20 +0800 |
commit | 6a3419009e32342bcb0fd41519197526d9d0b7a4 (patch) | |
tree | c3f53f7d6516368128b5e6b08a6d7e313666079e /games | |
parent | a49d01a8cb902f34f9bec6e9929b74c1ce0987ff (diff) | |
download | freebsd-ports-gnome-6a3419009e32342bcb0fd41519197526d9d0b7a4.tar.gz freebsd-ports-gnome-6a3419009e32342bcb0fd41519197526d9d0b7a4.tar.zst freebsd-ports-gnome-6a3419009e32342bcb0fd41519197526d9d0b7a4.zip |
disable generation of Postscript and PDF documents
Diffstat (limited to 'games')
-rw-r--r-- | games/liquidwar/Makefile | 4 | ||||
-rw-r--r-- | games/liquidwar/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index 4aec11413774..817eef140718 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 df63fafb171e..87babbaf520d 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 |