summaryrefslogtreecommitdiff
path: root/games/xgolgo
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-01-22 11:46:45 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-01-22 11:46:45 +0000
commit044fe0d8a22849514107c0302251f03f434a9688 (patch)
tree899ac543c0d46a568279b5e0bcdf8d9c7e123a6a /games/xgolgo
parentFix the ports. (diff)
Fix and updates from KATO Tsuguru.
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=24924
Diffstat (limited to 'games/xgolgo')
-rw-r--r--games/xgolgo/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile
index d8de42dff8f4..dc2ab0745988 100644
--- a/games/xgolgo/Makefile
+++ b/games/xgolgo/Makefile
@@ -9,16 +9,15 @@
DISTNAME= xeyes-g
PKGNAME= xgolgo-1.0
CATEGORIES= games
-MASTER_SITES= ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/misc/
+MASTER_SITES= ftp://ftp.nemoto.ecei.tohoku.ac.jp/pub/X11/misc/
MAINTAINER= nakai@FreeBSD.org
WRKSRC= ${WRKDIR}/xeyes
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
MAN1= xgolgo.1
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1
+post-patch:
+ @${CP} ${WRKSRC}/xeyes.man ${WRKSRC}/xgolgo.man
.include <bsd.port.mk>