diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-08-21 09:43:52 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-08-21 09:43:52 +0000 |
commit | cf8103f5f546a33188c32413e853669ee858ce7f (patch) | |
tree | 31a4a9378c4526cddd1e626c834cd56eecb345bb /databases/wfb2sql | |
parent | 894d7971992f705a1710124ebfe6710ff77e0bac (diff) |
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...
Notes
Notes:
svn path=/head/; revision=87440
Diffstat (limited to 'databases/wfb2sql')
-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: |