diff options
author | pav <pav@FreeBSD.org> | 2003-12-27 23:03:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-27 23:03:52 +0800 |
commit | 9a665658888420df935c12f77a89554e1cc1aad2 (patch) | |
tree | d0cd411aefbe5028a83ca9b0559bc1dded1c26d4 | |
parent | 17c02006097fee7dc8a2882e98c6725daff325f1 (diff) | |
download | freebsd-ports-gnome-9a665658888420df935c12f77a89554e1cc1aad2.tar.gz freebsd-ports-gnome-9a665658888420df935c12f77a89554e1cc1aad2.tar.zst freebsd-ports-gnome-9a665658888420df935c12f77a89554e1cc1aad2.zip |
- Fix MASTER_SITES
- Fix COMMENT
PR: ports/60623
Submitted by: Ports Fury
-rw-r--r-- | games/xgolgo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile index 981dba3a9b07..d5442ca11d8d 100644 --- a/games/xgolgo/Makefile +++ b/games/xgolgo/Makefile @@ -8,11 +8,11 @@ PORTNAME= xgolgo PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.nemoto.ecei.tohoku.ac.jp/pub/X11/misc/ +MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/misc/ DISTNAME= xeyes-g MAINTAINER= ports@FreeBSD.org -COMMENT= Xgolgo watches what you are doing and whether you're hostile or not +COMMENT= Watches what you are doing and whether you're hostile or not WRKSRC= ${WRKDIR}/xeyes USE_IMAKE= yes |