1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Fix MASTER_SITES

PR: 24816
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2001-02-03 15:05:06 +00:00
parent c64de5f784
commit 99d1ed5408
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37926

View File

@ -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>