diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-20 15:43:54 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-20 15:43:54 +0000 |
commit | 09dac3519d14c60a57b7b68b183e127dc1e1598b (patch) | |
tree | 23355a32daa57a3191f10529f98a21261349498a /net/openafs | |
parent | Update to 1.06 (diff) |
Apparently 1.6.0.p7.d20110814 < 1.6.0.p7, so cut the 'd' to keep numerical order
PR: ports/159829
drosomail: crees
Notes
Notes:
svn path=/head/; revision=280074
Diffstat (limited to 'net/openafs')
-rw-r--r-- | net/openafs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile index 49feedc49fc6..2e0baea82a2b 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -7,7 +7,7 @@ # PORTNAME= openafs -DISTVERSION= ${AFS_DISTVERSION}.d${DBVERSION:S/-//g} +DISTVERSION= ${AFS_DISTVERSION}.${DBVERSION:S/-//g} CATEGORIES= net kld MASTER_SITES= http://dl.central.org/dl/openafs/candidate/${AFS_DISTVERSION}/:openafs \ http://dl.openafs.org/dl/openafs/candidate/${AFS_DISTVERSION}/:openafs \ |