diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
commit | 9716a77feab1f1403700627bd721c2f1e0b26d9d (patch) | |
tree | 25148fc53b5a656a27c502b05019a19d22d4c9fe /print/html2ps-letter | |
parent | 6c89c943f9744fb5d7e21f2423823f20d08fc862 (diff) |
Notes
Diffstat (limited to 'print/html2ps-letter')
-rw-r--r-- | print/html2ps-letter/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index e9376138bc3c..8f191033b7c5 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -31,14 +31,6 @@ MAN1= html2ps.1 MAN5= html2psrc.5 SCRIPTS_ENV+= PERL=${PERL} PAPERSIZE=${PAPERSIZE} -pre-everything:: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO_MSG} "" - @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" - @${ECHO_MSG} "" -.endif - do-install: @cd ${WRKSRC}; ${PERL} install |