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 /textproc/prosper | |
parent | 6c89c943f9744fb5d7e21f2423823f20d08fc862 (diff) | |
download | ports-9716a77feab1f1403700627bd721c2f1e0b26d9d.tar.gz ports-9716a77feab1f1403700627bd721c2f1e0b26d9d.zip |
Notes
Diffstat (limited to 'textproc/prosper')
-rw-r--r-- | textproc/prosper/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/textproc/prosper/Makefile b/textproc/prosper/Makefile index 48b21350588e..850556bb8ebc 100644 --- a/textproc/prosper/Makefile +++ b/textproc/prosper/Makefile @@ -40,14 +40,6 @@ DOCS= AUTHORS ChangeLog FAQ INSTALL NEWS README TODO \ doc/rotation.ps doc/rotation.tex EXAMPLES_DIR= doc/doc-examples -pre-fetch: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO} "" - @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO} " AFPL Postscript interpreter instead of GNU one" - @${ECHO} "" -.endif - post-extract: @${CP} -r ${WRKDIR}/contrib-prosper-1.0.0/* ${WRKSRC}/contrib/ |