diff options
author | steve <steve@FreeBSD.org> | 2000-05-30 07:43:27 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-30 07:43:27 +0800 |
commit | f1aaba3124ac0133daef33ee54007489f1015545 (patch) | |
tree | 35e2a469394e2c2488da2813d7782bc6e1a261c2 /games/xasteroids | |
parent | 1a0a7cab7db98f8e557c7b16a012e701f8a80dad (diff) | |
download | freebsd-ports-gnome-f1aaba3124ac0133daef33ee54007489f1015545.tar.gz freebsd-ports-gnome-f1aaba3124ac0133daef33ee54007489f1015545.tar.zst freebsd-ports-gnome-f1aaba3124ac0133daef33ee54007489f1015545.zip |
- Fix MASTER_SITES
- Merge scripts/pre-configure into Makefile
PR: 17159
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/xasteroids')
-rw-r--r-- | games/xasteroids/Makefile | 12 |
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> |