diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | 9b37fbae4caa9aa7445050824376535a268d2b31 (patch) | |
tree | c5ea529a9f6895e7723800b42866a8c7777f48ae /graphics/mesagl | |
parent | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff) | |
download | FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.zip FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz |
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 67a6262..100d557 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.29 1998/10/01 02:17:42 jseger Exp $ +# $Id: Makefile,v 1.30 1998/11/11 05:37:18 asami Exp $ # DISTNAME= MesaLib-3.0 @@ -15,6 +15,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-3.0.tar.gz MAINTAINER= jseger@FreeBSD.ORG +WWW_SITE= http://www.ssec.wisc.edu/~brianp/Mesa.html + WRKSRC= ${WRKDIR}/Mesa-3.0 USE_X_PREFIX= yes |