aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-02-03 23:00:14 +0800
committerkevlo <kevlo@FreeBSD.org>2001-02-03 23:00:14 +0800
commit4e29e1564c06b84bc4a39a2c969eadbc5e78825c (patch)
treea51f37597c45151bb24bc001de447e54fcee3162 /games
parent05cbc52b07657ff246aacff170768d52f225b8db (diff)
downloadfreebsd-ports-gnome-4e29e1564c06b84bc4a39a2c969eadbc5e78825c.tar.gz
freebsd-ports-gnome-4e29e1564c06b84bc4a39a2c969eadbc5e78825c.tar.zst
freebsd-ports-gnome-4e29e1564c06b84bc4a39a2c969eadbc5e78825c.zip
Fix MASTER_SITES
PR: 24814 Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r--games/bs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile
index 3054c3d54d4f..7c7437108f1b 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>