summaryrefslogtreecommitdiff
path: root/print/apsfilter/scripts/pre-configure
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-12-24 19:51:55 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-12-24 19:51:55 +0000
commit89890b0616f5901ba605b4aa7c3cf5c1651b50dd (patch)
tree4b478dde79f187d20e234aace91fb467943a145c /print/apsfilter/scripts/pre-configure
parentUpdate to 2.0. (diff)
update to apsfilter 7.1.0
- new design: use GNU configure alike script (without the bloat) for creating different files (scripts, manpages, handbook, Makefile). now paths are 100% matching. - create portable Makefile across various platforms - manpage update, supported file types, commandline options (lpr -C/-Z), docu fixes - some fixes in driver (hl1250, bjc600/800) BTW: Need assistance for duplex options for pcl3 u970 driver (HP DeskJet 970C). My duplex hardware is toast. If you set HARDWARE_DUPLEX in apsfilterrc, then you are able to use duplex capabilities. pcl driver explains what magic options have to be set, but I think it doesn't work ... If somebody has the hardware/time ... Current settings are done from documentation to my best knowledge.
Notes
Notes: svn path=/head/; revision=52111
Diffstat (limited to '')
-rw-r--r--print/apsfilter/scripts/pre-configure5
1 files changed, 0 insertions, 5 deletions
diff --git a/print/apsfilter/scripts/pre-configure b/print/apsfilter/scripts/pre-configure
deleted file mode 100644
index c7e0b417104b..000000000000
--- a/print/apsfilter/scripts/pre-configure
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-perl -pi -e "s|!!LOCALBASE!!|$LOCALBASE|" ${WRKSRC}/bin/aps2file
-
-exit 0