diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /editors | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.zst freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/axe/Makefile | 5 | ||||
-rw-r--r-- | editors/e93/Makefile | 6 | ||||
-rw-r--r-- | editors/xcoral/Makefile | 5 | ||||
-rw-r--r-- | editors/xed/Makefile | 5 |
4 files changed, 12 insertions, 9 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile index ba446f552bb..49b4fec9d38 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 diff --git a/editors/e93/Makefile b/editors/e93/Makefile index cf7f7a6dbda..a1c88ba93d7 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 diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 12594297b31..b9686a0994b 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 diff --git a/editors/xed/Makefile b/editors/xed/Makefile index bf06c801473..dcd5eb89f5b 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,13 +3,14 @@ # Date created: 28 Jul 1996 # Whom: shanee # -# $Id: Makefile,v 1.3 1996/07/30 00:29:12 chuckr Exp $ +# $Id: Makefile,v 1.4 1996/11/11 05:07:43 obrien Exp $ # DISTNAME= xed1.3 PKGNAME= xed-1.3 CATEGORIES= editors x11 -MASTER_SITES= ftp://ftp.x.org/contrib/editors/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z MAINTAINER= shanee@rabbit.augusta.de |