1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Fix MASTER_SITES

- Merge scripts/pre-configure into Makefile

PR:		17159
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Steve Price 2000-05-29 23:43:27 +00:00
parent 42bd26da5f
commit d98c6515f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28955

View File

@ -1,6 +1,6 @@
# New ports collection makefile for: xasteroids
# Date created: 3 Jan 1995
# Whom: swallace
# Date created: 3 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
@ -9,8 +9,8 @@ PORTNAME= xasteroids
PORTVERSION= 5.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.freesoftware.com/pub/X11/R5contrib/ \
ftp://ftp.belgium.eu.net/pub/X11/R5contrib/
DISTFILES= xasteroids.sh.Z
ftp://ftp.x.org/pub/R5contrib/
DISTFILES= xasteroids.sh.Z
MAINTAINER= swallace@FreeBSD.org
@ -21,4 +21,8 @@ EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
MAN6= xasteroids.6
post-extract:
${CP} ${FILESDIR}/Imakefile ${WRKSRC}
${CP} ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
.include <bsd.port.mk>