diff options
Diffstat (limited to 'games/xsol/Makefile')
-rw-r--r-- | games/xsol/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/xsol/Makefile b/games/xsol/Makefile index a461cd7aafc2..23399f6879f3 100644 --- a/games/xsol/Makefile +++ b/games/xsol/Makefile @@ -8,14 +8,15 @@ PORTNAME= xsol PORTVERSION= 2.1.1 CATEGORIES= games -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ - http://ftp.tu-clausthal.de/pub/unix.new/games/ \ - ftp://ftp.tu-clausthal.de/pub/unix.new/games/ -DISTNAME= xsol-new +MASTER_SITES= ftp://ftp.simcb.ru/pub/unix/src/ +DISTNAME= ${PORTNAME}-new MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes MAN6= xsol.6 +post-patch: + @${ECHO} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile + .include <bsd.port.mk> |