diff options
author | araujo <araujo@FreeBSD.org> | 2009-02-28 06:06:35 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-02-28 06:06:35 +0800 |
commit | 82e8b0eb728bdaaa49d908263c6b52d55e7cb2c1 (patch) | |
tree | 93c9bdc8045a903791475d872025562c009ddedd /security/shishi | |
parent | 31b6629e9ae9eb1550aaef3a39fdc71500a76577 (diff) | |
download | freebsd-ports-gnome-82e8b0eb728bdaaa49d908263c6b52d55e7cb2c1.tar.gz freebsd-ports-gnome-82e8b0eb728bdaaa49d908263c6b52d55e7cb2c1.tar.zst freebsd-ports-gnome-82e8b0eb728bdaaa49d908263c6b52d55e7cb2c1.zip |
- Update MASTER_SITES.
- Take maintainership.
Diffstat (limited to 'security/shishi')
-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 \ |