diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-03 17:04:42 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-03 17:04:42 +0000 |
commit | c76de79063d479ecdf1987c6e6b3fd97ce330398 (patch) | |
tree | 4cb1b3fa6971444beff6425f93c6083c4c9c2916 /games | |
parent | a6d16c497166b981d3fe813b6b9ab7ae50aee4d5 (diff) | |
download | ports-c76de79063d479ecdf1987c6e6b3fd97ce330398.tar.gz ports-c76de79063d479ecdf1987c6e6b3fd97ce330398.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xsol/Makefile | 9 | ||||
-rw-r--r-- | games/xsol/scripts/pre-configure | 6 |
2 files changed, 5 insertions, 10 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> diff --git a/games/xsol/scripts/pre-configure b/games/xsol/scripts/pre-configure deleted file mode 100644 index 2f6d3678ddfe..000000000000 --- a/games/xsol/scripts/pre-configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1; -echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1 - -exit 0 |