diff options
Diffstat (limited to 'security/shishi/Makefile')
-rw-r--r-- | security/shishi/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index b4c77499f861..6d41fa1de4fc 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -7,11 +7,9 @@ # PORTNAME= shishi -PORTVERSION= 0.0.43 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system @@ -64,7 +62,4 @@ post-patch: @${REINPLACE_CMD} -e 's:\.\./gl/libgnu.la:../db/gl/libgnu.la &:' \ ${WRKSRC}/src/Makefile.in -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> |