diff options
author | asami <asami@FreeBSD.org> | 1997-10-02 04:03:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-10-02 04:03:30 +0000 |
commit | 478df8e153aebfeac9f87408c04be10578515f69 (patch) | |
tree | 41e59fbdf6a8a07fa0f957e7c994dc727840c873 | |
parent | 3ee94a02c908ce704c96ce00f693650eacb128b7 (diff) | |
download | FreeBSD-ports-478df8e153aebfeac9f87408c04be10578515f69.zip FreeBSD-ports-478df8e153aebfeac9f87408c04be10578515f69.tar.gz |
Specify PKGNAME, "alpha" not allowed in version number.
Pointed out by: portlint
-rw-r--r-- | devel/ilu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index db6ea64..03b3337 100644 --- a/devel/ilu/Makefile +++ b/devel/ilu/Makefile @@ -3,10 +3,11 @@ # Date created: 29.9.1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.7 1997/10/01 06:50:02 cracauer Exp $ +# $Id: Makefile,v 1.1.1.1 1997/10/01 08:12:53 cracauer Exp $ # DISTNAME= ilu-2.0alpha11 +PKGNAME= ilu-2.0a11 CATEGORIES= devel MASTER_SITES= ftp://parcftp.xerox.com/pub/ilu/2.0a11/ |