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 /math/hexcalc | |
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 'math/hexcalc')
-rw-r--r-- | math/hexcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index fcc27bc87165..d1f7f8ccf164 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.6 1996/10/09 03:14:34 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/18 11:32:18 asami Exp $ # DISTNAME= hexcalc @@ -12,7 +12,7 @@ CATEGORIES= math MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/ EXTRACT_SUFX= ..tar.Z -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes |