aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-02-03 23:05:06 +0800
committerkevlo <kevlo@FreeBSD.org>2001-02-03 23:05:06 +0800
commit1bafee5b161582ea45c4852035120bc9349ee8f3 (patch)
treee77e432259e121f6cc4b0e6a072fe001e2737193 /games
parent8d67920d7370e9a6931ceb6e40dff9fee390d419 (diff)
downloadfreebsd-ports-gnome-1bafee5b161582ea45c4852035120bc9349ee8f3.tar.gz
freebsd-ports-gnome-1bafee5b161582ea45c4852035120bc9349ee8f3.tar.zst
freebsd-ports-gnome-1bafee5b161582ea45c4852035120bc9349ee8f3.zip
Fix MASTER_SITES
PR: 24816 Submitted by: Ports Fury
Diffstat (limited to 'games')
-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>