aboutsummaryrefslogtreecommitdiff
path: root/print/apsfilter
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-18 19:29:54 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-18 19:29:54 +0000
commit17d9202d40040ff11e8edcb2857f59483283c3ad (patch)
tree8f579367938423b9c2a8c5c3244498b7ad7181b2 /print/apsfilter
parent0d0640d0759d27c52ae4070d8076b1e28efa6814 (diff)
downloadports-17d9202d40040ff11e8edcb2857f59483283c3ad.tar.gz
ports-17d9202d40040ff11e8edcb2857f59483283c3ad.zip
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 <scott-allendorf@uiowa.edu> Approved by: maintianer (andreas@, implicit - out of touch for the moment)
Notes
Notes: svn path=/head/; revision=165696
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk>