diff options
author | asami <asami@FreeBSD.org> | 1996-12-06 23:28:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-06 23:28:02 +0000 |
commit | bdc2142c60b6994c8454dc4537c7323a5a769792 (patch) | |
tree | 563d9005a5a165b062bf890e89ad0f64b60db401 /graphics/mesagl | |
parent | aeb5f69316bf4797132a92db368a0b861e333c68 (diff) | |
download | FreeBSD-ports-bdc2142c60b6994c8454dc4537c7323a5a769792.zip FreeBSD-ports-bdc2142c60b6994c8454dc4537c7323a5a769792.tar.gz |
Properly sectionize. DISTFILES is not necessary.
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index e9d1ef0..0b75f5e 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -3,13 +3,14 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id$ +# $Id: Makefile,v 1.12 1996/12/05 12:21:43 jkh Exp $ # + DISTNAME= Mesa-2.0 PKGNAME= mesa-2.0 CATEGORIES= graphics MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ -DISTFILES= Mesa-2.0.tar.gz + ALL_TARGET= freebsd USE_X11= yes |