diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-02-01 22:25:50 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-02-01 22:25:50 +0000 |
commit | 5bebc7fbef043fdb29527e58fd230cbc09c11714 (patch) | |
tree | d84d57184f952dc522c23a4ad7ebf0bd9f112890 /x11 | |
parent | c459fbaa2fec46ee66ecec1a8af487946896063f (diff) | |
download | freebsd-ports-5bebc7fbef043fdb29527e58fd230cbc09c11714.zip |
Fix MASTER_SITE_SUBDIR
Submitted by: distfile checker
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xtacy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xtacy/Makefile b/x11/xtacy/Makefile index e1a5404abbdb..49611a6bf67e 100644 --- a/x11/xtacy/Makefile +++ b/x11/xtacy/Makefile @@ -3,7 +3,7 @@ # Date created: 25 July 1996 # Whom: matt@bdd.net # -# $Id: Makefile,v 1.1.1.1 1996/07/25 19:02:58 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/18 10:37:03 asami Exp $ # DISTNAME= Xtacy113 @@ -11,7 +11,7 @@ PKGNAME= xtacy-1.13 CATEGORIES= x11 MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/toys +MASTER_SITE_SUBDIR= apps/graphics/hacks/X MAINTAINER= matt@bdd.net |