diff options
author | asami <asami@FreeBSD.org> | 2000-02-14 10:18:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-14 10:18:37 +0800 |
commit | 726ed09652d2e124cdb914322c81398246e5c641 (patch) | |
tree | aa40da0ed5a05ca096685f74c2739e0f9c50aced /net | |
parent | 6123a72ba1f926f9cbb759ee6afba79430c4d533 (diff) | |
download | freebsd-ports-gnome-726ed09652d2e124cdb914322c81398246e5c641.tar.gz freebsd-ports-gnome-726ed09652d2e124cdb914322c81398246e5c641.tar.zst freebsd-ports-gnome-726ed09652d2e124cdb914322c81398246e5c641.zip |
"netatalk-1.4b2+asun-2.1.3" contains two version numbers separated by a "-",
which is not good.
Change PKGNAME to "netatalk-1.4b2+asun2.1.3" for now, as that is what
DISTNAME is. It will probably be look better as
"netatalk+asun-1.4b2+2.1.3" or something, but I'll leave that to the
maintainer.
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-asun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile index 640b6804dc26..8e9a5de34797 100644 --- a/net/netatalk-asun/Makefile +++ b/net/netatalk-asun/Makefile @@ -7,7 +7,7 @@ # DISTNAME= netatalk-1.4b2+asun2.1.3 -PKGNAME= netatalk-1.4b2+asun-2.1.3 +PKGNAME= netatalk-1.4b2+asun2.1.3 CATEGORIES= net print MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ \ http://people.FreeBSD.org/~stb/mirror/ftp.u.washington.edu/public/asun/ \ |