From 17d9202d40040ff11e8edcb2857f59483283c3ad Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 18 Jun 2006 19:29:54 +0000 Subject: It no use to make it build OK on tinderbox if you commit an older file. Unbreak make install: list pkg-message in SUB_FILES and @${CAT} ${PKGMESSAGE}. Submitted by: Scott Allendorf Approved by: maintianer (andreas@, implicit - out of touch for the moment) --- print/apsfilter/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'print/apsfilter') diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 73dc90f3701d..0bfe8c5cdbc4 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -18,6 +18,8 @@ DIST_SUBDIR= apsfilter USE_SUBMAKE= yes +SUB_FILES+= pkg-message + # special arrangement for package building, build stuff without X11 # to make memory footprint of apsfilter package smaller .if defined(BATCH) && defined(PACKAGE_BUILDING) @@ -160,6 +162,6 @@ post-install: @${ECHO} " chmod 555 /usr/bin/grog " @${ECHO} "--------------------------------------------------------" .endif - @${CAT} ${.CURDIR}/pkg-message + @${CAT} ${PKGMESSAGE} .include -- cgit v1.2.3