diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/tac_plus4/Makefile | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/tac_plus4/Makefile')
-rw-r--r-- | net/tac_plus4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index e9db8f5aa430..491b88a89b9a 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: tac_plus -# Version required: 2.1 # Date created: 4 Mar 1997 # Whom: Igor Vinokurov <igor@zynaps.ru> # # $FreeBSD$ # -DISTNAME= tac_plus.F4.0.3.alpha -PKGNAME= tac_plus-F4.0.3 +PORTNAME= tac_plus +PORTVERSION= F4.0.3 CATEGORIES= net MASTER_SITES= ftp://ftp-eng.cisco.com/pub/tacacs/ +DISTNAME= tac_plus.F4.0.3.alpha EXTRACT_SUFX= .tar.Z MAINTAINER= tasic@lucky.net |