summaryrefslogtreecommitdiff
path: root/games/xsol
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-03 17:04:42 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-03 17:04:42 +0000
commitc76de79063d479ecdf1987c6e6b3fd97ce330398 (patch)
tree4cb1b3fa6971444beff6425f93c6083c4c9c2916 /games/xsol
parent- Use .tar.gz archive instead of (vanished) .tar.Z archive (diff)
- Fix MASTER_SITES
- Replace scripts/configure with post-patch target PR: 24822 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=37931
Diffstat (limited to 'games/xsol')
-rw-r--r--games/xsol/Makefile9
-rw-r--r--games/xsol/scripts/pre-configure6
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