diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-30 20:20:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-30 20:20:31 +0000 |
commit | e4b5a5c12c0de3e3155432467c5ea197b7ad5a7d (patch) | |
tree | b932926f5645e52a72f6d822bdf631a8c44d9390 /net/tacacs | |
parent | 015da2ff70917b58f52902ed04fc099ec0d0ae3b (diff) | |
download | pkgsrc-e4b5a5c12c0de3e3155432467c5ea197b7ad5a7d.tar.gz |
Update HOMEPAGE and add commented out newer MASTER_SITE.
Diffstat (limited to 'net/tacacs')
-rw-r--r-- | net/tacacs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile index a40b7b04262..8bafb50d8c7 100644 --- a/net/tacacs/Makefile +++ b/net/tacacs/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2007/01/07 09:14:06 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2007/08/30 20:20:31 wiz Exp $ # DISTNAME= tac_plus.F4.0.4.alpha PKGNAME= tacacs-4.0.4a CATEGORIES= net security MASTER_SITES= ftp://ftpeng.cisco.com/pub/tacacs/ +# ftp://ftp.shrubbery.net/pub/tac_plus/ EXTRACT_SUFX= .tar.Z MAINTAINER= rh@NetBSD.org -HOMEPAGE= http://www.gazi.edu.tr/~devrim/tacacs/ +HOMEPAGE= http://www.shrubbery.net/tac_plus/ COMMENT= Cisco authentication, authorization, and accounting protocol daemon BUILD_TARGET= tac_plus |