diff options
author | asami <asami@FreeBSD.org> | 1997-12-26 06:29:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-26 06:29:52 +0800 |
commit | f64e8205f0137f683eab98cd135658efc4d521ce (patch) | |
tree | 08cc308b66ea53ea74832bb5eb0426cfd544b40a /graphics/xgrasp | |
parent | 85a77e68a5b3cf704192c0604484cf85ba114048 (diff) | |
download | freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.tar.gz freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.tar.zst freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.zip |
Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
Diffstat (limited to 'graphics/xgrasp')
-rw-r--r-- | graphics/xgrasp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index 14c03996f2e6..05ebff7985cc 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -3,7 +3,7 @@ # Date created: 23 July 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/07/29 11:30:49 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/18 11:29:43 asami Exp $ # DISTNAME= xgrasp.1.7d @@ -13,7 +13,7 @@ MASTER_SITES= ftp://qiclab.scn.rain.com/pub/X11/ \ ftp://ftp.cs.ubc.ca/mirror1/x-contrib.R5/ EXTRACT_SUFX= .tar.Z -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes NO_WRKSUBDIR= yes |