diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-08 02:53:05 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-08 02:53:05 +0000 |
commit | a7f82d29a6b581bb36f2a4f312cfe163cdaf51f9 (patch) | |
tree | c72bcb591211b379d6801095f7e9628cbbc35d47 /net | |
parent | update to 1.4 Build 133 (diff) |
Set DISTNAME properly
Notes
Notes:
svn path=/head/; revision=48546
Diffstat (limited to 'net')
-rw-r--r-- | net/scdp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/scdp/Makefile b/net/scdp/Makefile index f28fc685b464..9c60bd24794e 100644 --- a/net/scdp/Makefile +++ b/net/scdp/Makefile @@ -9,6 +9,7 @@ PORTVERSION= 1.0.b CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scdp +DISTNAME= scdp-${PORTVERSION:S/.b/b/} MAINTAINER= freebsdports@arved.de |