summaryrefslogtreecommitdiff
path: root/games/galaxis
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-03 15:05:06 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-03 15:05:06 +0000
commit99d1ed54087aa15e677db5235dc2bc9c5919d9e4 (patch)
tree3773f67fce4f1d996b16fa2787bb8ba453d34103 /games/galaxis
parent- Fix MASTER_SITES (diff)
Fix MASTER_SITES
PR: 24816 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=37926
Diffstat (limited to 'games/galaxis')
-rw-r--r--games/galaxis/Makefile4
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>