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 /emulators/wine | |
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 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 8e9c26f92a8b..4b8bd6dad52d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,18 +3,15 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.34 1996/11/12 02:17:06 obrien Exp $ +# $Id: Makefile,v 1.35 1996/11/17 05:48:49 obrien Exp $ # DATE= 961102 DISTNAME= Wine-${DATE} PKGNAME= wine-96.11.02 CATEGORIES= emulators x11 -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/ \ - ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \ - ftp://ftp.dfv.rwth-aachen.de/pub/linux/sunsite/ALPHA/wine/development/ \ - ftp://ftp.infomagic.com/pub/mirrors/linux/wine/development/ \ - ftp://aris.com/pub/linux/ALPHA/Wine/development/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= ALPHA/wine/development MAINTAINER= se@FreeBSD.ORG |