diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-14 02:12:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-14 02:12:31 +0000 |
commit | 3d33f2f600b8f16f3b2d324da42d70ae96db1e6c (patch) | |
tree | 4cdc287ef41e64a12d60119af516b5098632a677 /net/naim | |
parent | Remove "-" at end of PKGNAME, you can't use "-" inside the version part. (diff) |
Add PKGNAME of "naim-0.9.5.nicer2" -- DISTNAME ("naim-0.9.5-nicer2")
has two version strings separated by a "-".
The string "nicer2" is still a violation of the package naming rule
(see handbook), but at least it won't confuse the package scripts
anymore. Please change this to something more appropriate as you see
fit, Michael.
Diffstat (limited to 'net/naim')
-rw-r--r-- | net/naim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/naim/Makefile b/net/naim/Makefile index 15af8fd6ddf7..fbc365497a37 100644 --- a/net/naim/Makefile +++ b/net/naim/Makefile @@ -7,6 +7,7 @@ # DISTNAME= naim-0.9.5-nicer2 +PKGNAME= naim-0.9.5.nicer2 CATEGORIES= net MASTER_SITES= http://dev.n.ml.org/ \ ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ |