diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-14 14:18:06 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-14 14:18:06 +0000 |
commit | 8d165315876c9b3287da0a49355a3c31d0bd146a (patch) | |
tree | 390a714beb92a5ba6c11ade71891e0eadc1c6f6f | |
parent | Use 13.1 as the library version number. (diff) |
We leave deletion of old versions to pkg_delete.
Add MAINTAINER=ports.
Notes
Notes:
svn path=/head/; revision=5611
-rw-r--r-- | graphics/Mesa3/Makefile | 8 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index 09dc123dade8..5b77cd412994 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -3,18 +3,16 @@ # Date created: 3 Feb 1997 # Whom: paulo@isr.uc.pt # -# $Id$ +# $Id: Makefile,v 1.16 1997/02/13 14:57:10 tg Exp $ # DISTNAME= Mesa-2.1 CATEGORIES= graphics - MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ +MAINTAINER= ports@freebsd.org + ALL_TARGET= freebsd USE_X11= yes -pre-install: - $(FILESDIR)/INSTALL $(DISTNAME) PRE-INSTALL - .include <bsd.port.mk> diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 09dc123dade8..5b77cd412994 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -3,18 +3,16 @@ # Date created: 3 Feb 1997 # Whom: paulo@isr.uc.pt # -# $Id$ +# $Id: Makefile,v 1.16 1997/02/13 14:57:10 tg Exp $ # DISTNAME= Mesa-2.1 CATEGORIES= graphics - MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ +MAINTAINER= ports@freebsd.org + ALL_TARGET= freebsd USE_X11= yes -pre-install: - $(FILESDIR)/INSTALL $(DISTNAME) PRE-INSTALL - .include <bsd.port.mk> |