diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net-mgmt/ciscoconf/Makefile | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net-mgmt/ciscoconf/Makefile')
-rw-r--r-- | net-mgmt/ciscoconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile index 0bf4516..3e1996b 100644 --- a/net-mgmt/ciscoconf/Makefile +++ b/net-mgmt/ciscoconf/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: ciscoconf -# Version required: 1.0beta1 # Date created: 11 September 1998 # Whom: jabley@clear.co.nz # # $FreeBSD$ # -DISTNAME= ciscoconf-1.0beta1 -PKGNAME= ciscoconf-1.0 +PORTNAME= ciscoconf +PORTVERSION= 1.0.b1 CATEGORIES= net MASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ \ http://people.FreeBSD.org/~billf/ +DISTNAME= ciscoconf-1.0beta1 MAINTAINER= jabley@clear.co.nz |