diff options
author | seanc <seanc@FreeBSD.org> | 2003-08-21 17:43:52 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-08-21 17:43:52 +0800 |
commit | 6bf57b82cfaa50f8e0bb201d9c4fd04011061470 (patch) | |
tree | 72b110e6b1604b184de3e9e028c778f6cd5f5591 /databases | |
parent | edaee21e1127bfc47dcbea69e746039fdb096589 (diff) | |
download | freebsd-ports-gnome-6bf57b82cfaa50f8e0bb201d9c4fd04011061470.tar.gz freebsd-ports-gnome-6bf57b82cfaa50f8e0bb201d9c4fd04011061470.tar.zst freebsd-ports-gnome-6bf57b82cfaa50f8e0bb201d9c4fd04011061470.zip |
Um, my bad. Hook up the pkg-message so that it gets displayed when
building the port. Too much time in the beer garden tonight...
Diffstat (limited to 'databases')
-rw-r--r-- | databases/wfb2sql/Makefile | 3 | ||||
-rw-r--r-- | databases/wfb2sql/pkg-message | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/databases/wfb2sql/Makefile b/databases/wfb2sql/Makefile index b70f56a3e3b3..28c3eb15908c 100644 --- a/databases/wfb2sql/Makefile +++ b/databases/wfb2sql/Makefile @@ -36,4 +36,7 @@ do-install: @${ECHO} "@dirrm share/doc/${PORTNAME}/" >> ${TMPPLIST} .endif +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/databases/wfb2sql/pkg-message b/databases/wfb2sql/pkg-message index e8116a170a95..b8d31277a8ff 100644 --- a/databases/wfb2sql/pkg-message +++ b/databases/wfb2sql/pkg-message @@ -1,3 +1,6 @@ + +====================================================================== + Before being able to run wfb2sql, you need to obtain a copy of the CIA's World Fact Book. A copy of the WFB can be found here: |