diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-06 09:26:44 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-06 09:26:44 +0000 |
commit | fce81013bec2f7ec017366a887a0909b9d0ad988 (patch) | |
tree | 4f9c3bc6eaa61712fe2aa7ad9ba0e2de8a1f501f /emulators | |
parent | df1d4faff8624b8905f2664faf04b3419f55679e (diff) | |
download | ports-fce81013bec2f7ec017366a887a0909b9d0ad988.tar.gz ports-fce81013bec2f7ec017366a887a0909b9d0ad988.zip |
- Fix fetching (distfile disappeared from MASTER_SITE_LOCAL) [1]
- Properly indent Makefile header
PR: ports/79583 [1]
Submitted by: Sam Lawrance <boris(at)brooknet.com.au>
Notes
Notes:
svn path=/head/; revision=132623
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 7cfa2bc2e242..183171190913 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: xzx -# Date created: 13 Nov 1997 -# Whom: Sheldon Hearn <axl@iafrica.com> +# Date created: 13 Nov 1997 +# Whom: Sheldon Hearn <axl@iafrica.com> # # $FreeBSD$ # @@ -8,12 +8,7 @@ PORTNAME= xzx PORTVERSION= 4.4 CATEGORIES= emulators -# I don't maintain this port anymore, but I'm happy to track the distfiles, as -# it's difficult to fetch(1) them from the WWW site. If you are updating this -# port, shoot me an email if you want me to add the new distfile to -# MASTER_SITE_LOCAL -- adamw@ -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= adamw +MASTER_SITES= http://www.zx-spectrum.net/xzx/files/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -22,6 +17,9 @@ COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 # xmkmf is used in configure script; USE_IMAKE makes the build unhappy BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} +# Server redirects to distfile; won't work with -A +FETCH_CMD= /usr/bin/fetch -Rr + USE_MOTIF= yes USE_X_PREFIX= yes USE_REINPLACE= yes |