diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /editors/xcoral | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Notes
Diffstat (limited to 'editors/xcoral')
-rw-r--r-- | editors/xcoral/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 12594297b31a..b9686a0994ba 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -3,12 +3,13 @@ # Date created: # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.2 1996/10/10 16:01:56 erich Exp $ +# $Id: Makefile,v 1.3 1996/11/11 05:07:39 obrien Exp $ # DISTNAME= xcoral-2.5 CATEGORIES= editors -MASTER_SITES= ftp://public.x.org/contrib/editors/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= editors MAINTAINER= erich@FreeBSD.ORG |