The PS version was retired.
This commit is contained in:
parent
a78c8ee064
commit
2193fbfcfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79893
1 changed files with 2 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue