summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile4
-rw-r--r--print/apsfilter6/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 3a0c519..72e1b52 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 <bsd.port.mk>
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 3a0c519..72e1b52 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 <bsd.port.mk>
OpenPOWER on IntegriCloud