diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2008-10-13 08:07:02 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2008-10-13 08:07:02 +0000 |
commit | 8c349b6e46d4b1edb8758b1ed4759ccadca3cd88 (patch) | |
tree | 16756ed07fe22b8a218a2659cafb679328f30088 /mail/wl | |
parent | b446b30d52bd9d5bee247f9248ad0c937aa6861e (diff) | |
download | pkgsrc-8c349b6e46d4b1edb8758b1ed4759ccadca3cd88.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 'mail/wl')
-rw-r--r-- | mail/wl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/wl/Makefile b/mail/wl/Makefile index 15d9274ef95..ab93aca8ee1 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2008/10/11 09:31:57 uebayasi Exp $ +# $NetBSD: Makefile,v 1.39 2008/10/13 08:07:02 uebayasi Exp $ DISTNAME= wl-2.14.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -26,6 +26,8 @@ INSTALLATION_DIRS= ${DOCDIR}/en ${DOCDIR}/ja \ ${EXAMPLESDIR}/en ${EXAMPLESDIR}/ja \ ${EMACS_INFOPREFIX} +EMACS_BUILDLINK=# defined + post-install: @set -e; \ for f in BUGS NEWS README; do \ |