diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-29 11:37:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-29 11:37:50 +0000 |
commit | e931d49d00a7c806b3c9988429f9bb6d99424ca9 (patch) | |
tree | ac3bf021d71456b6685c17a97fc85bfec40ad8b4 /www/Mosaic/Makefile | |
parent | Make mosaic work in 15/16bpp mode. I haven't tested it here (I don't (diff) |
Add "PKGNAME=mosaic-2.6". The DISTNAME of this port is "Mosaic-src-2.6",
which is inappropriate as a package name because:
(1) It contains the string "src"
(2) A simple package is not allowed to have a name that starts with a
capital letter. Remember, uppercase names are reserved for large
software packages (Wnn, ImageMagick, etc.)!
Notes
Notes:
svn path=/head/; revision=2504
Diffstat (limited to 'www/Mosaic/Makefile')
-rw-r--r-- | www/Mosaic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 25b4d2fcec96..db5132551b6c 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,10 +3,11 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.3 1995/10/17 20:20:37 torstenb Exp $ +# $Id: Makefile,v 1.4 1995/11/27 04:09:50 asami Exp $ # DISTNAME= Mosaic-src-2.6 +PKGNAME= mosaic-2.6 CATEGORIES= www MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ |