diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-18 19:29:54 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-18 19:29:54 +0000 |
commit | 17d9202d40040ff11e8edcb2857f59483283c3ad (patch) | |
tree | 8f579367938423b9c2a8c5c3244498b7ad7181b2 /print | |
parent | 0d0640d0759d27c52ae4070d8076b1e28efa6814 (diff) | |
download | ports-17d9202d40040ff11e8edcb2857f59483283c3ad.tar.gz ports-17d9202d40040ff11e8edcb2857f59483283c3ad.zip |
Notes
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> |