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 /x11 | |
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 'x11')
-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 |