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 /games/xbill | |
parent | Mark this port broken (doesn't package). While I'm here, change "+=" (diff) |
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 '')
-rw-r--r-- | games/xbill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 3219109a25ba..05d8c3539361 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -3,7 +3,7 @@ # Date created: 12 September 1995 # Whom: asami # -# $Id: Makefile,v 1.3 1996/11/18 09:52:57 asami Exp $ +# $Id: Makefile,v 1.4 1997/02/12 10:25:56 obrien Exp $ # DISTNAME= xbill-2.0 @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tgz -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |