diff options
author | arved <arved@FreeBSD.org> | 2003-04-30 06:14:05 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-30 06:14:05 +0800 |
commit | c8981086b76f9da5d03903889ab81c2fff0297c3 (patch) | |
tree | bf0c1e1c82eac00396944ac07e11945eda66afc6 | |
parent | 84cabcb797ea691b4f21eefe61c1ae9dc9b467db (diff) | |
download | freebsd-ports-gnome-c8981086b76f9da5d03903889ab81c2fff0297c3.tar.gz freebsd-ports-gnome-c8981086b76f9da5d03903889ab81c2fff0297c3.tar.zst freebsd-ports-gnome-c8981086b76f9da5d03903889ab81c2fff0297c3.zip |
The PS version was retired.
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 36d378cdba4e..10f7dcf461e2 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -8,7 +8,7 @@ PORTNAME= GimpUserManual PORTVERSION= 2 CATEGORIES= graphics -MASTER_SITES= ftp://manual.gimp.org/pub/manual/ +MASTER_SITES= ftp://manual.gimp.org/pub/manual/ PKGNAMESUFFIX= -${DOCFORMAT} MAINTAINER= ports@freebsd.org @@ -17,7 +17,7 @@ COMMENT= The user manual for the GNU Image Manipulation Program (GIMP) .if !defined(DOCFORMAT) DOCFORMAT=HTML .else -.if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF" && ${DOCFORMAT} != "PS" +.if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF" .BEGIN: @${ECHO} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\"" @${ECHO} "Possible values are: HTML, PDF." @@ -25,10 +25,6 @@ DOCFORMAT=HTML .endif .endif -.if ${DOCFORMAT} == "PS" -IGNORE= "PostScript version not yet available" -.endif - PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT} pre-fetch: |