diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-02-27 22:06:35 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-02-27 22:06:35 +0000 |
commit | 702f52b2a50257bf3c8a4c0a5977f6e329413339 (patch) | |
tree | 6857d7cf3723e7dac87905965100eee9c9e9f0db /security/shishi/Makefile | |
parent | 54fad10434d7f543b39c2b65e040d9c87279fce2 (diff) | |
download | ports-702f52b2a50257bf3c8a4c0a5977f6e329413339.tar.gz ports-702f52b2a50257bf3c8a4c0a5977f6e329413339.zip |
- Update MASTER_SITES.
- Take maintainership.
Notes
Notes:
svn path=/head/; revision=229193
Diffstat (limited to 'security/shishi/Makefile')
-rw-r--r-- | security/shishi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 6a84cb08f53a..c5d8a6e1e2f7 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -10,10 +10,10 @@ PORTNAME= shishi PORTVERSION= 0.0.22 PORTREVISION= 5 CATEGORIES= security -MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ - ${MASTER_SITE_GNU_ALPHA} +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ |