summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2008-10-13 08:07:02 +0000
committeruebayasi <uebayasi>2008-10-13 08:07:02 +0000
commit298a69ba80bd17c17452ec443b7905cff161052b (patch)
tree16756ed07fe22b8a218a2659cafb679328f30088 /misc
parenta7a34174840a7662109ccee581c9fcfb0b8f8fb1 (diff)
downloadpkgsrc-298a69ba80bd17c17452ec443b7905cff161052b.tar.gz
Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not. Packages that include other ELP's buildlink3.mk must define EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build time a lot.
Diffstat (limited to 'misc')
-rw-r--r--misc/elscreen/Makefile4
-rw-r--r--misc/lookup/Makefile3
2 files changed, 5 insertions, 2 deletions
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile
index d9a828b7ddc..d430aa013a7 100644
--- a/misc/elscreen/Makefile
+++ b/misc/elscreen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/10/11 09:31:57 uebayasi Exp $
+# $NetBSD: Makefile,v 1.16 2008/10/13 08:07:02 uebayasi Exp $
#
DISTNAME= elscreen-1.4.5
@@ -24,6 +24,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
+EMACS_BUILDLINK=# defined
+
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}/elscreen
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/elscreen
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile
index a783004f135..246d796f6db 100644
--- a/misc/lookup/Makefile
+++ b/misc/lookup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/10/11 09:31:57 uebayasi Exp $
+# $NetBSD: Makefile,v 1.18 2008/10/13 08:07:02 uebayasi Exp $
#
DISTNAME= lookup-1.4.1
@@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= eblook>=1.4:../../textproc/eblook
EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs214 xemacs215
+EMACS_BUILDLINK=# defined
GNU_CONFIGURE= YES
MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup