diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-25 22:29:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-25 22:29:52 +0000 |
commit | ed1ba38a9ff5eed0713cb5acdf9c6f84978e163e (patch) | |
tree | 629156a6be6b178c81263728b3bfd95e47d4def1 /www/chimera | |
parent | 0b0164b6e27ed82c4e3d8034e357434960cc4436 (diff) | |
download | ports-ed1ba38a9ff5eed0713cb5acdf9c6f84978e163e.tar.gz ports-ed1ba38a9ff5eed0713cb5acdf9c6f84978e163e.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).
Notes
Notes:
svn path=/head/; revision=9184
Diffstat (limited to 'www/chimera')
-rw-r--r-- | www/chimera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 854576428987..2813ed622285 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -3,14 +3,14 @@ # Date created: 26 December 1994 # Whom: asami # -# $Id: Makefile,v 1.10 1995/11/27 04:10:19 asami Exp $ +# $Id: Makefile,v 1.11 1996/11/18 11:40:48 asami Exp $ # DISTNAME= chimera-1.65 CATEGORIES= www MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes |