diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-14 02:18:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-14 02:18:37 +0000 |
commit | 1b057a5b7db2099bb78238b938897d56860dec44 (patch) | |
tree | 9684722f7f14e05080c8d37de7a11fddfc7e6832 /net | |
parent | Add PKGNAME of "naim-0.9.5.nicer2" -- DISTNAME ("naim-0.9.5-nicer2") (diff) |
"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.
Notes
Notes:
svn path=/head/; revision=25801
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/ \ |