diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:37:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:37:03 +0800 |
commit | 778ce9e56ab4b61dc0bafdde7d952e53fe582001 (patch) | |
tree | e35ca6695df4391a1afd1107cea5dc7bd0a47b48 /games/flying | |
parent | f061af8080abfb59038d436c3e16778abbf8a5a5 (diff) | |
download | freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.gz freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.zst freebsd-ports-gnome-778ce9e56ab4b61dc0bafdde7d952e53fe582001.zip |
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'games/flying')
-rw-r--r-- | games/flying/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/games/flying/Makefile b/games/flying/Makefile index 44151b4367bd..5a183260c475 100644 --- a/games/flying/Makefile +++ b/games/flying/Makefile @@ -3,18 +3,13 @@ # Date created: 12 Jul 1996 # Whom: searle # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/09 21:25:54 chuckr Exp $ # DISTNAME= flying-6.20 -CATEGORIES+= games -MASTER_SITES= ftp://fsuj01.rz.uni-jena.de/pub/linux/MIRROR.sunsite/games/x11/ \ - ftp://dei.unipd.it/linux/sunsite/games/x11/ \ - ftp://pippen.bl.physik.tu-muenchen.de/pub/comp/os/linux/sunsite/games/x11/ \ - ftp://nic.switch.ch/mirror/linux/sunsite.games/x11/ \ - ftp://unix.hensa.ac.uk/mirrors/sunsite/pub/Linux/games/x11/ \ - ftp://sunsite.rediris.es/software/linux/sunsite/games/x11/ \ - ftp://fvkma.tu-graz.ac.at/.2/x11/R6contrib/games/multiplayer/ +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/x11 EXTRACT_SUFX= .tgz MAINTAINER= searle@longacre.demon.co.uk |