diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-19 03:29:54 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-19 03:29:54 +0800 |
commit | 28027626bde466c768bee66f2866cbd2c9aec370 (patch) | |
tree | e07eb31dadda039a1d76b08ddbb3056a97a3c774 /print | |
parent | d46569814f6c62b5aef55dbcb81e4cfa78192bd3 (diff) | |
download | freebsd-ports-gnome-28027626bde466c768bee66f2866cbd2c9aec370.tar.gz freebsd-ports-gnome-28027626bde466c768bee66f2866cbd2c9aec370.tar.zst freebsd-ports-gnome-28027626bde466c768bee66f2866cbd2c9aec370.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)
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 |
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> |