diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-11-26 04:53:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-11-26 04:53:35 +0000 |
commit | 6c5f0a6119797d4aa415e4c53590f517a0c231ed (patch) | |
tree | 4cb3bf3cfc60b005eed8855c36b9a2b651e05b49 /devel/xmake | |
parent | 99af0dbc96d959e506d8805016e1e0dfb1527410 (diff) | |
download | ports-6c5f0a6119797d4aa415e4c53590f517a0c231ed.tar.gz ports-6c5f0a6119797d4aa415e4c53590f517a0c231ed.zip |
Remove dead mastersite and reset maintainer at his request.
Notes
Notes:
svn path=/head/; revision=149543
Diffstat (limited to 'devel/xmake')
-rw-r--r-- | devel/xmake/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/xmake/Makefile b/devel/xmake/Makefile index 00103be123de..fb2fd3324eb0 100644 --- a/devel/xmake/Makefile +++ b/devel/xmake/Makefile @@ -8,11 +8,10 @@ PORTNAME= xmake PORTVERSION= 1.06 CATEGORIES= devel -MASTER_SITES= http://apollo.backplane.com/xmake/ \ - ftp://atari.saturn5.com/pub/dlowe/ +MASTER_SITES= http://apollo.backplane.com/xmake/ EXTRACT_SUFX= .tgz -MAINTAINER= dlowe@saturn5.com +MAINTAINER= ports@FreeBSD.org COMMENT= A powerful make utility WRKSRC= ${WRKDIR}/xmake |