summaryrefslogtreecommitdiff
path: root/print/font2svg
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-09-24 08:43:49 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-09-24 08:43:49 +0000
commit9716a77feab1f1403700627bd721c2f1e0b26d9d (patch)
tree25148fc53b5a656a27c502b05019a19d22d4c9fe /print/font2svg
parent - update to 1.7 (diff)
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=200037
Diffstat (limited to 'print/font2svg')
-rw-r--r--print/font2svg/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/print/font2svg/Makefile b/print/font2svg/Makefile
index 5eb331be4296..1d676fee3fa5 100644
--- a/print/font2svg/Makefile
+++ b/print/font2svg/Makefile
@@ -23,14 +23,6 @@ NO_BUILD= yes
PLIST_FILES= bin/font2svg %%DATADIR%%/encodings %%DATADIR%%/font2svg.ps
PLIST_DIRS= %%DATADIR%%
-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
-
post-patch:
@${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/usr/bin/env bash| ; \
s|^font2svg_home=.*$$|font2svg_home=${DATADIR}|" \