diff options
author | asami <asami@FreeBSD.org> | 1995-12-10 23:44:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-12-10 23:44:22 +0800 |
commit | 158d94cefc43aeb35b5615248e18731514d49033 (patch) | |
tree | ed56a079b2972b0d9b4d1b0cd6a81f1a29f500bc | |
parent | 5197253f88824da0b9043db4bb5ee4d3f93d5d04 (diff) | |
download | freebsd-ports-gnome-158d94cefc43aeb35b5615248e18731514d49033.tar.gz freebsd-ports-gnome-158d94cefc43aeb35b5615248e18731514d49033.tar.zst freebsd-ports-gnome-158d94cefc43aeb35b5615248e18731514d49033.zip |
Use -, not _, to delimit name and version no.
-rw-r--r-- | www/comline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile index b3b1f38b3fb6..7e5aa5d46e16 100644 --- a/www/comline/Makefile +++ b/www/comline/Makefile @@ -3,11 +3,11 @@ # Date created: 9 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1995/11/27 04:10:16 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/12/10 09:15:35 ache Exp $ # DISTNAME= WWW -PKGNAME= comline_4.0p7 +PKGNAME= comline-4.0p7 CATEGORIES+= www MASTER_SITES= ftp://ftp.w3.org/pub/comline/ \ ftp://ftp.w3.org/pub/libwww/ |