diff options
author | asami <asami@FreeBSD.org> | 1996-12-17 03:48:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-17 03:48:55 +0000 |
commit | d40f62c96aee66945b5ad33076f24581dae44deb (patch) | |
tree | c183b669e8f15897e7315474a1b0036b32255cd7 /graphics/mesagl | |
parent | 91d02d98bafbae5390c1d92115b7e84a7528101f (diff) | |
download | FreeBSD-ports-d40f62c96aee66945b5ad33076f24581dae44deb.zip FreeBSD-ports-d40f62c96aee66945b5ad33076f24581dae44deb.tar.gz |
PKGNAME is not necessary if it's the same as DISTNAME.
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index a57e094..3aad139 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -3,11 +3,10 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.13 1996/12/06 23:28:02 asami Exp $ +# $Id: Makefile,v 1.14 1996/12/17 01:05:52 jkh Exp $ # DISTNAME= Mesa-2.0 -PKGNAME= Mesa-2.0 CATEGORIES= graphics MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ |