diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 23:28:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 23:28:02 +0000 |
commit | 6a9ec8cef562eb7bf3ba2b621c3db355df079f95 (patch) | |
tree | f594962cc728b581656a7c13682b8a59ee32063b /graphics/mesagl/Makefile | |
parent | Put DISTFILES in right place (purely cosmetic). (diff) |
Properly sectionize. DISTFILES is not necessary.
Diffstat (limited to '')
-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 e9d1ef0fa455..0b75f5e84cae 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 |