diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-17 03:48:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-17 03:48:55 +0000 |
commit | 908ae4efba5e9dc6d550568677764768e7a600c5 (patch) | |
tree | 0425df1232bf68766f751cd93490e4146b1cce43 /graphics/mesagl/Makefile | |
parent | Undo the evil I did with the 2.0 shlib number. Now 13, as proper. (diff) |
PKGNAME is not necessary if it's the same as DISTNAME.
Diffstat (limited to 'graphics/mesagl/Makefile')
-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 a57e09406209..3aad1391d9c7 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/ |