diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-03 15:05:06 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-03 15:05:06 +0000 |
commit | 99d1ed54087aa15e677db5235dc2bc9c5919d9e4 (patch) | |
tree | 3773f67fce4f1d996b16fa2787bb8ba453d34103 /games | |
parent | c64de5f78419cbd519c6074f9ac2e635289fefda (diff) | |
download | ports-99d1ed54087aa15e677db5235dc2bc9c5919d9e4.tar.gz ports-99d1ed54087aa15e677db5235dc2bc9c5919d9e4.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index fe209539ea95..4245a8612d2a 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -8,7 +8,7 @@ PORTNAME= galaxis PORTVERSION= 1.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= galaxis.6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis - ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6 .include <bsd.port.mk> |