diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-10 15:00:49 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-10 15:00:49 +0000 |
commit | 6fb2439f900cbe7b770576f36943721b24ba2110 (patch) | |
tree | c190de07c427e27ca34916ad4d02f3b34bf1bbac /editors | |
parent | e4542eab252fe833c6fa52e731fdb43c945b724a (diff) | |
download | freebsd-ports-6fb2439f900cbe7b770576f36943721b24ba2110.zip |
Fix REQUIRE_SETUPEL.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/semi-emacs-current/Makefile | 4 | ||||
-rw-r--r-- | editors/semi-emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/semi/Makefile | 4 | ||||
-rw-r--r-- | editors/semi113-emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/semi113/Makefile | 4 | ||||
-rw-r--r-- | editors/semi114-emacs20/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/editors/semi-emacs-current/Makefile b/editors/semi-emacs-current/Makefile index dceffeb63728..4436930f094d 100644 --- a/editors/semi-emacs-current/Makefile +++ b/editors/semi-emacs-current/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/09 16:54:09 shige Exp $ # DISTNAME= semi-${SEMI_VER} @@ -37,7 +37,7 @@ ALL_TARGET?= elc HAVE_COMMON_PORT= NO .endif # if RUN_DEPENDS-emacs needs setup elisp -.if !defined(REQUIRE_SETUP) +.if !defined(REQUIRE_SETUPEL) REQUIRE_SETUPEL= NO .endif diff --git a/editors/semi-emacs/Makefile b/editors/semi-emacs/Makefile index f69e33c9f0e2..80ca82c1c4e8 100644 --- a/editors/semi-emacs/Makefile +++ b/editors/semi-emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/09 16:45:58 shige Exp $ # DISTNAME= semi-${SEMI_VER} @@ -37,7 +37,7 @@ ALL_TARGET?= elc HAVE_COMMON_PORT= NO .endif # if RUN_DEPENDS-emacs needs setup elisp -.if !defined(REQUIRE_SETUP) +.if !defined(REQUIRE_SETUPEL) REQUIRE_SETUPEL= NO .endif diff --git a/editors/semi/Makefile b/editors/semi/Makefile index dceffeb63728..4436930f094d 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/09 16:54:09 shige Exp $ # DISTNAME= semi-${SEMI_VER} @@ -37,7 +37,7 @@ ALL_TARGET?= elc HAVE_COMMON_PORT= NO .endif # if RUN_DEPENDS-emacs needs setup elisp -.if !defined(REQUIRE_SETUP) +.if !defined(REQUIRE_SETUPEL) REQUIRE_SETUPEL= NO .endif diff --git a/editors/semi113-emacs/Makefile b/editors/semi113-emacs/Makefile index dceffeb63728..4436930f094d 100644 --- a/editors/semi113-emacs/Makefile +++ b/editors/semi113-emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/09 16:54:09 shige Exp $ # DISTNAME= semi-${SEMI_VER} @@ -37,7 +37,7 @@ ALL_TARGET?= elc HAVE_COMMON_PORT= NO .endif # if RUN_DEPENDS-emacs needs setup elisp -.if !defined(REQUIRE_SETUP) +.if !defined(REQUIRE_SETUPEL) REQUIRE_SETUPEL= NO .endif diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile index dceffeb63728..4436930f094d 100644 --- a/editors/semi113/Makefile +++ b/editors/semi113/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/09 16:54:09 shige Exp $ # DISTNAME= semi-${SEMI_VER} @@ -37,7 +37,7 @@ ALL_TARGET?= elc HAVE_COMMON_PORT= NO .endif # if RUN_DEPENDS-emacs needs setup elisp -.if !defined(REQUIRE_SETUP) +.if !defined(REQUIRE_SETUPEL) REQUIRE_SETUPEL= NO .endif diff --git a/editors/semi114-emacs20/Makefile b/editors/semi114-emacs20/Makefile index dceffeb63728..4436930f094d 100644 --- a/editors/semi114-emacs20/Makefile +++ b/editors/semi114-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/09 16:54:09 shige Exp $ # DISTNAME= semi-${SEMI_VER} @@ -37,7 +37,7 @@ ALL_TARGET?= elc HAVE_COMMON_PORT= NO .endif # if RUN_DEPENDS-emacs needs setup elisp -.if !defined(REQUIRE_SETUP) +.if !defined(REQUIRE_SETUPEL) REQUIRE_SETUPEL= NO .endif |