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/e93 | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Notes
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index cf7f7a6dbda4..a1c88ba93d73 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,14 +3,14 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.8 1996/11/11 05:07:03 obrien Exp $ +# $Id: Makefile,v 1.9 1996/11/17 07:01:21 obrien Exp $ # DISTNAME= e93-1.2r6X PKGNAME= e93-1.2.6 CATEGORIES= editors -MASTER_SITES= ftp://ftp.x.org/contrib/editors/ \ - ftp://crl.dec.com/pub/X11/contrib/editors/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= editors MAINTAINER= asami@FreeBSD.ORG |