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/fspclient/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/fspclient/Makefile')
-rw-r--r-- | net/fspclient/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index cc30b6b..b6915b0 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: fspclient -# Version required: 0.0-h+ # Date created: 7 Nov 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= fspclient -PKGNAME= fspclient-0.0.h +PORTNAME= fspclient +PORTVERSION= 0.0.h CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer +DISTNAME= fspclient MAINTAINER= ports@FreeBSD.org |