diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-28 20:50:38 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-28 20:50:38 +0000 |
commit | 732b79ab3bb25398cc7964258f4524b1f39dd775 (patch) | |
tree | 7cd8bc07fbb156fc601b5b7b7e43010381f8f4d1 | |
parent | Upgrade to 1710 B15. (diff) |
- Provide new master site. Original one is dead since Juli 2004 (according to
Bill Fenner's distfile survey.
- Pass maintainership to submitter
PR: ports/89681
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
-rw-r--r-- | editors/puff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile index 6881190e9d04..63cf4aee2e44 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -8,9 +8,9 @@ PORTNAME= puff PORTVERSION= 0.42 CATEGORIES= editors -MASTER_SITES= ftp://ftp.developerpit.com/puff/ +MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= Simple and efficient text editor WRKSRC= ${WRKDIR}/puff |