diff options
author | abs <abs@pkgsrc.org> | 2007-03-31 12:00:21 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-03-31 12:00:21 +0000 |
commit | e512c4de87363883113828bc0369b13666461c04 (patch) | |
tree | cb0d009a3dfe947662111080ff178ce176638981 | |
parent | 41799fa9c1ef6776743a96079a3a0150d456e799 (diff) | |
download | pkgsrc-e512c4de87363883113828bc0369b13666461c04.tar.gz |
fix HOMEPAGE
-rw-r--r-- | net/bftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile index 4cb6edd1476..1731bff3db2 100644 --- a/net/bftpd/Makefile +++ b/net/bftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/03/24 19:21:29 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/03/31 12:00:21 abs Exp $ # DISTNAME= bftpd-1.0.24 @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= http://bftpd.sourceforge.net/downloads/src/ MAINTAINER= virtus@wanadoo.nl -HOMEPAGE= http://www.bftpd.org/ +HOMEPAGE= http://bftpd.sourceforge.net/ COMMENT= Small and fast FTP server GNU_CONFIGURE= YES |