diff options
Diffstat (limited to 'games/xgolgo/Makefile')
-rw-r--r-- | games/xgolgo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile index d8de42d..dc2ab07 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> |