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 | |
parent | a3a949685fd65e6ee1bcfcaa0255aa026f4331ba (diff) | |
download | freebsd-ports-908ae4efba5e9dc6d550568677764768e7a600c5.zip |
PKGNAME is not necessary if it's the same as DISTNAME.
-rw-r--r-- | graphics/Mesa3/Makefile | 3 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index a57e09406209..3aad1391d9c7 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/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/ 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/ |