diff options
author | andreas <andreas@FreeBSD.org> | 2000-12-09 12:11:57 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-12-09 12:11:57 +0000 |
commit | ec2c85789b56aa4f0371c2de4b20c900c2d00d2a (patch) | |
tree | 365fc0612d3099baa3615b4a422c4458e1c07c8c /print | |
parent | ed4eea9a0798773653ceab5bb1260bbaa0c2d064 (diff) | |
download | FreeBSD-ports-ec2c85789b56aa4f0371c2de4b20c900c2d00d2a.zip FreeBSD-ports-ec2c85789b56aa4f0371c2de4b20c900c2d00d2a.tar.gz |
update to newest SNAPSHOT, see ChangeLog on apsfilter.org what changed.
cleanup: don't create /usr/local/apsfilter/filter/.keep_me anymore
(normal and BATCH mode)
echo some infos in install target ( if BATCH NOT set), where to look
for further help in case of trouble.
BTW, Jordan reported some bugs with noneexisting printcap file and
problems printing a test page. I removed my printcap prior installation
of printers using SETUP and had no problem so far.
The only thing that might be the case is, that apsfilters SETUP
doesn't grok the situation, if you choose a driver, that is actually
NOT compiled in into your gs binary... but this is JUST A THOUGHT.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter6/Makefile | 6 | ||||
-rw-r--r-- | print/apsfilter6/distinfo | 2 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 9 |
3 files changed, 8 insertions, 9 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 416d2ac..ef2e3ae 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -9,7 +9,7 @@ PORTNAME= apsfilter PORTVERSION= 6.0.0 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ -DISTFILES= apsfilter-current-09.09.2000.tar.bz2 +DISTFILES= apsfilter-current-09.12.2000.tar.bz2 MAINTAINER= andreas@FreeBSD.org @@ -58,10 +58,6 @@ post-clean: .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .endif -.else -post-install: - @${MKDIR} ${PREFIX}/apsfilter/filter - @${TOUCH} ${PREFIX}/apsfilter/filter/.keep_me .endif .include <bsd.port.mk> diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo index e592bc1..6962db2 100644 --- a/print/apsfilter6/distinfo +++ b/print/apsfilter6/distinfo @@ -1 +1 @@ -MD5 (apsfilter-current-09.09.2000.tar.bz2) = 86340abc2d75be8215a54b225f3fc5db +MD5 (apsfilter-current-09.12.2000.tar.bz2) = ea39fafa7beb3d1e34064e28570bc6f8 diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index f935977..b0373ff 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -149,8 +149,6 @@ if [ "$BATCH" = "yes" ]; then exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc fi echo "post-install:" -echo " @\${MKDIR} ${PREFIX}/apsfilter/filter" -echo " @touch ${PREFIX}/apsfilter/filter/.keep_me" echo " @\${ECHO} \"========================================================\"" echo " @\${ECHO} \"************ Post Installation Tasks *******************\"" echo " @\${ECHO} \"========================================================\"" @@ -169,4 +167,9 @@ fi echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! \"" echo " @\${ECHO} \"--------------------------------------------------------\"" echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" - echo " @\${ECHO} \" cd ${PREFIX}/share/apsfilter; ./SETUP \"" + echo " @\${ECHO} \" cd ${PREFIX}/share/apsfilter; ./SETUP \"" + echo " @\${ECHO} \"--------------------------------------------------------\"" + echo " @\${ECHO} \"*** In any case of trouble please read *** \"" + echo " @\${ECHO} \" FAQ, HOWTO-BUGREPORTS, TROUBLESHOOTING \"" + echo " @\${ECHO} \" under ${PREFIX}/share/doc/apsfilter/ \"" + echo " @\${ECHO} \" or visit http://www.apsfilter.org/support.html \"" |