From 6ca4124ef7e5e301feb99a88f191518ffa47c659 Mon Sep 17 00:00:00 2001 From: green Date: Fri, 10 Dec 1999 07:04:27 +0000 Subject: As per Asami's port build breakage: Fix the BATCH=yes case. The .keep_me file was not being touched in BATCH=yes since MAkefile.inc was only created in interactive mode, and Makefile.inc is where .keep_me is also touched... This port should now work for BATCH and !BATCH. --- print/apsfilter/Makefile | 4 ++++ print/apsfilter6/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 3a0c519e9002..72e1b52129a1 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -53,6 +53,10 @@ 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 diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 3a0c519e9002..72e1b52129a1 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -53,6 +53,10 @@ 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 -- cgit