aboutsummaryrefslogtreecommitdiffstats
path: root/print/apsfilter
diff options
context:
space:
mode:
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index e2194ba789c2..364531bc47fe 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -27,6 +27,7 @@ RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/apsfilter
+SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}"
# make a2ps port happy in this early stage
PAPERSIZE?=letter
@@ -35,20 +36,7 @@ PAPERSIZE?=letter
pre-configure:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-# This was copied from bsd.port.mk because a missing post-clean target
-# is needed
-clean:
-.if !defined(NOCLEANDEPENDS)
- @${MAKE} clean-depends
-.endif
- @${ECHO_MSG} "===> Cleaning for ${PKGNAME}"
- @if [ -d ${WRKDIR} ]; then \
- if [ -w ${WRKDIR} ]; then \
- ${RM} -rf ${WRKDIR}; \
- else \
- ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \
- fi; \
- fi
+post-clean:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)