diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /editors | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | freebsd-ports-graphics-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz freebsd-ports-graphics-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.zst freebsd-ports-graphics-f061af8080abfb59038d436c3e16778abbf8a5a5.zip |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 69ae004bf13..9871d67c834 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,12 +3,12 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $ +# $Id: Makefile,v 1.24 1996/11/17 07:01:27 obrien Exp $ # DISTNAME= emacs-19.34 CATEGORIES= editors -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 69ae004bf13..9871d67c834 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,12 +3,12 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $ +# $Id: Makefile,v 1.24 1996/11/17 07:01:27 obrien Exp $ # DISTNAME= emacs-19.34 CATEGORIES= editors -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 69ae004bf13..9871d67c834 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -3,12 +3,12 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $ +# $Id: Makefile,v 1.24 1996/11/17 07:01:27 obrien Exp $ # DISTNAME= emacs-19.34 CATEGORIES= editors -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 69ae004bf13..9871d67c834 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -3,12 +3,12 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $ +# $Id: Makefile,v 1.24 1996/11/17 07:01:27 obrien Exp $ # DISTNAME= emacs-19.34 CATEGORIES= editors -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 69ae004bf13..9871d67c834 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -3,12 +3,12 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $ +# $Id: Makefile,v 1.24 1996/11/17 07:01:27 obrien Exp $ # DISTNAME= emacs-19.34 CATEGORIES= editors -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= yes USE_GMAKE= yes |