diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-22 11:55:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-22 11:55:23 +0000 |
commit | e7b4fed90893f8e2aeb93f806f97858c5a91af77 (patch) | |
tree | be46154fa0e22e3a60943227a3769c2e08c31b50 | |
parent | Version number part of PKGNAME should be delimited by "." only.... (diff) |
Delimit name and version by "-".
Notes
Notes:
svn path=/head/; revision=12067
-rw-r--r-- | net/fspclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index abdd61170a24..b6454b46c135 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -3,11 +3,11 @@ # Date created: 7 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.8 1996/11/18 14:08:07 asami Exp $ +# $Id: Makefile,v 1.9 1998/02/22 08:41:48 fenner Exp $ # DISTNAME= fspclient.0.0-h+ -PKGNAME= fspclient.0.0.h +PKGNAME= fspclient-0.0.h CATEGORIES= net MASTER_SITES= ftp://ftp.germany.eu.net/pub/networking/fsp/ EXTRACT_SUFX= .tar.z |