diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /editors/e93/Makefile | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'editors/e93/Makefile')
-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 cf7f7a6..a1c88ba 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 |