diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 08:57:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 08:57:37 +0000 |
commit | 8b31cf37d553e6ac5a074df1b82e99f9581b60db (patch) | |
tree | 0fdd489e455c1ad17d8386008f6e2fbc83eaa633 /net | |
parent | 8c7ade1c94ad096885e9ee723e1e147891657b1e (diff) | |
download | freebsd-ports-8b31cf37d553e6ac5a074df1b82e99f9581b60db.zip |
Need to add back DISTNAME since PORTVERSION has an extra period.
Diffstat (limited to 'net')
-rw-r--r-- | net/mpd-netgraph/Makefile | 1 | ||||
-rw-r--r-- | net/mpd/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/mpd-netgraph/Makefile b/net/mpd-netgraph/Makefile index bac9348897d5..5f41cc1aecf1 100644 --- a/net/mpd-netgraph/Makefile +++ b/net/mpd-netgraph/Makefile @@ -9,6 +9,7 @@ PORTNAME= mpd PORTVERSION= 3.0.b5 CATEGORIES= net MASTER_SITES= ftp://ftp.whistle.com/pub/archie/mpd/ +DISTNAME= mpd-3.0b5 MAINTAINER= archie@freebsd.org diff --git a/net/mpd/Makefile b/net/mpd/Makefile index 5868e653533c..66675ce6f729 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -9,6 +9,7 @@ PORTNAME= mpd PORTVERSION= 2.0.b2 CATEGORIES= net MASTER_SITES= ftp://ftp.whistle.com/pub/archie/mpd/ +DISTNAME= mpd-2.0b2 MAINTAINER= archie@freebsd.org |