summaryrefslogtreecommitdiff
path: root/games/xasteroids
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-29 23:43:27 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-29 23:43:27 +0000
commitd98c6515f7292e8706abce3a33082e9ee469324d (patch)
tree2203460d6c495202bad7202dfea8998531e597d0 /games/xasteroids
parentUpdate MASTER_SITES. (diff)
- Fix MASTER_SITES
- Merge scripts/pre-configure into Makefile PR: 17159 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=28955
Diffstat (limited to 'games/xasteroids')
-rw-r--r--games/xasteroids/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile
index dbf15f769b8f..765ff0d0e1cd 100644
--- a/games/xasteroids/Makefile
+++ b/games/xasteroids/Makefile
@@ -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>