diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 642e5987324e604d3b5cd0aa6f649eca92e5d13a (patch) | |
tree | e0c2df877acdbfe32ecf7d82a41ee25033ec4532 /x11/xtacy | |
parent | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (diff) | |
download | ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.tar.gz ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.zip |
Notes
Diffstat (limited to 'x11/xtacy')
-rw-r--r-- | x11/xtacy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile index ab83e72fee9a..e1a5404abbdb 100644 --- a/x11/xtacy/Makefile +++ b/x11/xtacy/Makefile @@ -3,15 +3,15 @@ # Date created: 25 July 1996 # Whom: matt@bdd.net # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/25 19:02:58 asami Exp $ # DISTNAME= Xtacy113 PKGNAME= xtacy-1.13 -CATEGORIES+= x11 +CATEGORIES= x11 MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \ - ftp://sunsite.unc.edu/pub/Linux/X11/toys/ \ - ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/X11/toys/ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/toys MAINTAINER= matt@bdd.net |