diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
commit | 4c544704ed31ce1186add71ab565b4414423835d (patch) | |
tree | 3c5a86451bbd5a03b2a00b3dc5a0f69dec1c5717 /net/spat | |
parent | Update 0.3d -> 0.3e. (diff) |
Style fixes for ports/net.
Notes
Notes:
svn path=/head/; revision=37989
Diffstat (limited to 'net/spat')
-rw-r--r-- | net/spat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spat/Makefile b/net/spat/Makefile index 5b5169bd8d3e..ff3fcc233c4b 100644 --- a/net/spat/Makefile +++ b/net/spat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spat -PORTVERSION= 1.0 +PORTVERSION= 1.0 CATEGORIES= net gnome MASTER_SITES= http://spat.codehost.com/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}.src |