diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-02 22:26:11 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-02 22:26:11 +0000 |
commit | 26c0af8e3fbb83903b41b4e4ece5369887b88606 (patch) | |
tree | 2ab0f892df489a1f471d9e593ff2a97f42998265 /security/fuzz/Makefile | |
parent | e6daf266488c1ce815621a6f5255ac8d5f568f33 (diff) | |
download | ports-26c0af8e3fbb83903b41b4e4ece5369887b88606.tar.gz ports-26c0af8e3fbb83903b41b4e4ece5369887b88606.zip |
Notes
Diffstat (limited to 'security/fuzz/Makefile')
-rw-r--r-- | security/fuzz/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile index a1f221391de0..5671d2dc2f1f 100644 --- a/security/fuzz/Makefile +++ b/security/fuzz/Makefile @@ -17,4 +17,7 @@ GNU_CONFIGURE= yes MAN1= fuzz.1 +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> |