aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-05-25 21:31:53 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-05-25 21:31:53 +0000
commit462a1b979ba0534b1877faa9f5afa483e301eaae (patch)
tree1b26cbbf1f3751bd1d38dee34d760b742ce54947 /print
parent33539b9eca81d4d3c9c7b8f344226efe15c5571e (diff)
downloadports-462a1b979ba0534b1877faa9f5afa483e301eaae.tar.gz
ports-462a1b979ba0534b1877faa9f5afa483e301eaae.zip
use new SCRIPTS_ENV variable
latest diff
Notes
Notes: svn path=/head/; revision=28759
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile16
-rw-r--r--print/apsfilter6/Makefile16
2 files changed, 4 insertions, 28 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)
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index e2194ba789c2..364531bc47fe 100644
--- a/print/apsfilter6/Makefile
+++ b/print/apsfilter6/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)