diff options
Diffstat (limited to 'games/bs')
-rw-r--r-- | games/bs/Makefile | 4 |
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> |