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 /misc/chord | |
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 'misc/chord')
-rw-r--r-- | misc/chord/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile index 94da62ce0012..83c541cb1e58 100644 --- a/misc/chord/Makefile +++ b/misc/chord/Makefile @@ -3,7 +3,7 @@ # Date created: 24 April 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.3 1996/11/11 05:49:18 obrien Exp $ +# $Id: Makefile,v 1.4 1997/04/30 03:18:06 asami Exp $ # DISTNAME= chord @@ -11,6 +11,6 @@ PKGNAME= chord-3.6 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG .include <bsd.port.mk> |