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/axe | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) |
Notes
Diffstat (limited to 'editors/axe')
-rw-r--r-- | editors/axe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile index ba446f552bbb..49b4fec9d38b 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -3,12 +3,13 @@ # Date created: 28 December 1994 # Whom: jc@irbs.com John Capo # -# $Id: Makefile,v 1.3 1995/04/09 06:11:04 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/11 05:06:43 obrien Exp $ # DISTNAME= aXe-6.1.2 CATEGORIES= editors -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/editors/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z USE_IMAKE= yes |