summaryrefslogtreecommitdiffstats
path: root/games/xsol
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-02-03 17:04:42 +0000
committerkevlo <kevlo@FreeBSD.org>2001-02-03 17:04:42 +0000
commit503421231d3a7e0f6e3fcb251c00812f2f007028 (patch)
treefd453452ee9f6f2fca92a84a09b67f8658158463 /games/xsol
parent83fe6aaf2bb2ec52364612b23f94a44be2f344bc (diff)
downloadFreeBSD-ports-503421231d3a7e0f6e3fcb251c00812f2f007028.zip
FreeBSD-ports-503421231d3a7e0f6e3fcb251c00812f2f007028.tar.gz
- Fix MASTER_SITES
- Replace scripts/configure with post-patch target PR: 24822 Submitted by: Ports Fury
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 a461cd7..23399f6 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 2f6d367..0000000
--- 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
OpenPOWER on IntegriCloud