diff options
author | obache <obache> | 2010-02-20 12:27:22 +0000 |
---|---|---|
committer | obache <obache> | 2010-02-20 12:27:22 +0000 |
commit | bf506c17c68547ddb0fd97248c74a78c6969bd89 (patch) | |
tree | 5f4d032642a9e0bab86f79f3bd82a24a46c0c019 /lang | |
parent | e96a10dd45f43f5b209d4287147213334476958a (diff) | |
download | pkgsrc-bf506c17c68547ddb0fd97248c74a78c6969bd89.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" |