From 64851724cf7bc0b480c30db11ff71ee0927cdcc2 Mon Sep 17 00:00:00 2001 From: demon Date: Fri, 21 Feb 2003 07:40:00 +0000 Subject: Fix INDEX build (my fault). Yelled by: kris --- graphics/gimp-manual-html/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 4e8ec27..d59e9c7 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -17,7 +17,7 @@ MAINTAINER= brett@peloton.runet.edu .if !defined(DOCFORMAT) DOCFORMAT=HTML .else -.if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF" +.if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF" && ${DOCFORMAT} != "PS" .BEGIN: @${ECHO} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\"" @${ECHO} "Possible values are: HTML, PDF." @@ -25,6 +25,10 @@ DOCFORMAT=HTML .endif .endif +.if ${DOCFORMAT} == "PS" +IGNORE= "PostScript version not yet available" +.endif + PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT} pre-fetch: -- cgit v1.1