Fix MASTER_SITES

PR: 24813
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2001-02-03 14:57:59 +00:00
parent 365a27cf4e
commit 5c0478a895
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37923

View File

@ -8,7 +8,7 @@
PORTNAME= blue
PORTVERSION= 2.4
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
MASTER_SITES= http://www.tuxedo.org/~esr/
MAINTAINER= ports@FreeBSD.org
@ -17,6 +17,6 @@ MAN6= blue.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/blue ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/blue.6 ${PREFIX}/man/man6
${INSTALL_MAN} ${WRKSRC}/blue.6 ${MANPREFIX}/man/man6
.include <bsd.port.mk>