summaryrefslogtreecommitdiff
path: root/games/bs
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-03 15:00:14 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-03 15:00:14 +0000
commit5dc2d97ffba6176dc2780ff7a0535b69870b6f5b (patch)
treee915b692b1b173f636a530e4d4d1037ca8814b0c /games/bs
parentFix MASTER_SITES (diff)
Fix MASTER_SITES
PR: 24814 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=37924
Diffstat (limited to 'games/bs')
-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>