diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-04 01:04:42 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-04 01:04:42 +0800 |
commit | 503421231d3a7e0f6e3fcb251c00812f2f007028 (patch) | |
tree | fd453452ee9f6f2fca92a84a09b67f8658158463 /games/xsol | |
parent | 83fe6aaf2bb2ec52364612b23f94a44be2f344bc (diff) | |
download | freebsd-ports-gnome-503421231d3a7e0f6e3fcb251c00812f2f007028.tar.gz freebsd-ports-gnome-503421231d3a7e0f6e3fcb251c00812f2f007028.tar.zst freebsd-ports-gnome-503421231d3a7e0f6e3fcb251c00812f2f007028.zip |
- 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/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 |