- Fix MASTER_SITES

- Replace scripts/configure with post-patch target

PR: 24822
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2001-02-03 17:04:42 +00:00
parent a6d16c4971
commit c76de79063
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37931
2 changed files with 5 additions and 10 deletions

View File

@ -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>

View File

@ -1,6 +0,0 @@
#!/bin/sh
#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
exit 0