aboutsummaryrefslogtreecommitdiff
path: root/security/sudosh3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudosh3/Makefile')
-rw-r--r--security/sudosh3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile
index 531d7f32d311..42b7fb3f4f09 100644
--- a/security/sudosh3/Makefile
+++ b/security/sudosh3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sudosh
PORTVERSION= 1.8.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
@@ -41,4 +41,7 @@ MAN8= sudosh-replay.8
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>