summaryrefslogtreecommitdiff
path: root/print/apsfilter
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-30 20:22:49 +0000
committerjlam <jlam>2003-08-30 20:22:49 +0000
commit666ed6c0c92fb8ba4abc83bdd43c11ec9d7d6fbf (patch)
treed334e2fd95050def4488e848ea48612e6f9103a4 /print/apsfilter
parent317125bd907f66ec82387cf511dc7b44104be596 (diff)
downloadpkgsrc-666ed6c0c92fb8ba4abc83bdd43c11ec9d7d6fbf.tar.gz
Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index c9ceda2548b..d27fcac8817 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 22:52:23 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/08/30 20:23:01 jlam Exp $
#
DISTNAME= apsfilter-7.2.5
@@ -33,8 +33,6 @@ CONF_FILES= ${PREFIX}/share/apsfilter/template/apsfilterrc \
DEINSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
-FILES_SUBST+= PREFIX="${PREFIX}"
-
post-patch:
for i in bin/apsfilter.in SETUP.in tools/prtmgmt; do \
${SED} "s,/usr/local,${LOCALBASE},g" ${WRKSRC}/$$i \
@@ -42,8 +40,5 @@ post-patch:
${MV} ${WRKSRC}/$$i.done ${WRKSRC}/$$i; \
done
-# ${SED} "s,@LOCALBASE@,${LOCALBASE},g" ${PKGDIR}/DEINSTALL \
-# > ${DEINSTALL_FILE}
-
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"