summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-02-03 15:00:14 +0000
committerkevlo <kevlo@FreeBSD.org>2001-02-03 15:00:14 +0000
commit4e29e1564c06b84bc4a39a2c969eadbc5e78825c (patch)
treea51f37597c45151bb24bc001de447e54fcee3162
parent05cbc52b07657ff246aacff170768d52f225b8db (diff)
downloadFreeBSD-ports-4e29e1564c06b84bc4a39a2c969eadbc5e78825c.zip
FreeBSD-ports-4e29e1564c06b84bc4a39a2c969eadbc5e78825c.tar.gz
Fix MASTER_SITES
PR: 24814 Submitted by: Ports Fury
-rw-r--r--games/bs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile
index 3054c3d..7c74371 100644
--- a/games/bs/Makefile
+++ b/games/bs/Makefile
@@ -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>
OpenPOWER on IntegriCloud