diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-09 12:11:57 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-09 12:11:57 +0000 |
commit | ba286f92e1e8360488abb3b7c5f044b8a3d44b77 (patch) | |
tree | a32eee2942cd312f4a21e18eeaec67cc0cf47cf9 /print | |
parent | 443113c44efee37175d41fb3ae4850cc9ed65865 (diff) |
Notes
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 416d2aca30bb..ef2e3ae4dce1 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 e592bc1555a1..6962db2f7035 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 f93597740538..b0373ff13056 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 \"" |