diff options
author | obache <obache@pkgsrc.org> | 2010-02-20 12:27:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-20 12:27:22 +0000 |
commit | feb7fa76a93d8abe43cc3e7374d36a4ffb55ee01 (patch) | |
tree | 5f4d032642a9e0bab86f79f3bd82a24a46c0c019 /lang | |
parent | c50482a1064ce509f1740de1b9b83af36cb1bfd1 (diff) | |
download | pkgsrc-feb7fa76a93d8abe43cc3e7374d36a4ffb55ee01.tar.gz |
Add user-destdir support.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/elisp-manual/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index f8f93bc23c0..d74c13e50fd 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/03/10 10:33:38 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/02/20 12:27:22 obache Exp $ DISTNAME= elisp-manual-21-2.8 PKGNAME= elisp-manual-21.2.8 @@ -11,9 +11,13 @@ COMMENT= The Emacs Lisp Reference Manual for GNU Emacs Version 21.2 CONFLICTS= {emacs,emacs-nox11}>=22.1 elisp-manual-21-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= YES BUILD_TARGET= elisp +INSTALL_MAKE_FLAGS+= infodir=${DESTDIR}${PREFIX}/${PKGINFODIR} + .include "../../mk/bsd.pkg.mk" |