diff options
Diffstat (limited to 'editors/axe/Makefile')
-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 |