Date: Mon, 10 Jan 2000 06:40:02 -0800 (PST) From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= <inagaki@tg.rim.or.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/15989: fix and update: xdvik-vflib Message-ID: <200001101440.GAA33229@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15989; it has been noted by GNATS. From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= <inagaki@tg.rim.or.jp> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/15989: fix and update: xdvik-vflib Date: Mon, 10 Jan 2000 23:34:18 +0900 bug fix. diff -ruNx CVS OLD/xdvik-vflib/Makefile xdvik-vflib/Makefile --- OLD/xdvik-vflib/Makefile Mon Jan 10 16:10:28 2000 +++ xdvik-vflib/Makefile Sun Jan 9 01:20:37 2000 @@ -101,7 +101,7 @@ MAKETEX_MODE?= ljfour SHRINK?= 6 BDPI?= 300 -DVIPS?= dvipsk +DVIPS?= dvips .if ${FONTTYPE} == metafont RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common @@ -124,9 +124,9 @@ @${ECHO} "Possible values are: all, 118, 240, 300, 360, 400 and 600." @${FALSE} .endif -.if ${DVIPS} != dvi2ps && ${DVIPS} != dvipsk +.if ${DVIPS} != dvi2ps && ${DVIPS} != dvips @${ECHO} "Error: invalid value for DVIPS: \"${DVIPS}\"" - @${ECHO} "Possible values are: dvi2ps and dvipsk." + @${ECHO} "Possible values are: dvi2ps and dvips." @${FALSE} .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001101440.GAA33229>