Fix MASTER_SITES
PR: 24814 Submitted by: Ports Fury
This commit is contained in:
parent
5c0478a895
commit
5dc2d97ffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37924
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
PORTNAME= bs
|
||||
PORTVERSION= 2.2
|
||||
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= bs.6
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/bs.6 ${PREFIX}/man/man6
|
||||
${INSTALL_MAN} ${WRKSRC}/bs.6 ${MANPREFIX}/man/man6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue