diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-20 13:27:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-20 13:27:17 +0000 |
commit | 0fac8b3bf5a411782716eeeaba6a46d423b13ec9 (patch) | |
tree | 5cd5056f335d9f260d891d70272784a1952ab141 /editors/abiword/Makefile | |
parent | d390477901e8215153898980bd330620edd48ea5 (diff) | |
download | ports-0fac8b3bf5a411782716eeeaba6a46d423b13ec9.tar.gz ports-0fac8b3bf5a411782716eeeaba6a46d423b13ec9.zip |
Notes
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 5f361578f996..aa6c3c71b66f 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -44,4 +44,7 @@ pre-configure: @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> |