diff options
author | hiramatsu <hiramatsu> | 2011-08-27 22:05:12 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-08-27 22:05:12 +0000 |
commit | 1432cb0ba6251582a867fe4cabf1e0d117a8e7fe (patch) | |
tree | 77f4f6928040dd85b544e1858c20bb8953eec744 /devel/apel | |
parent | 60437f60035870d82277d22e1fb2d212e0f6f2eb (diff) | |
download | pkgsrc-1432cb0ba6251582a867fe4cabf1e0d117a8e7fe.tar.gz |
Fix PLIST generation when EMACS_TYPE is set to emacs23nox.
Diffstat (limited to 'devel/apel')
-rw-r--r-- | devel/apel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apel/Makefile b/devel/apel/Makefile index ec65940df7f..c3df5447dff 100644 --- a/devel/apel/Makefile +++ b/devel/apel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/03/23 14:55:01 minskim Exp $ +# $NetBSD: Makefile,v 1.26 2011/08/27 22:05:12 hiramatsu Exp $ DISTNAME= apel-10.8 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -37,7 +37,7 @@ MAKE_FLAGS.xemacs= PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||} PLIST_VARS+= emacs23 emacs19 .if empty(EMACS_TYPE:Mxemacs) -. if !empty(EMACS_TYPE:Memacs2[3-9]) +. if !empty(EMACS_TYPE:Memacs2[3-9]*) PLIST.emacs23= yes . else PLIST.emacs19= yes |