diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 06:27:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 06:27:41 +0000 |
commit | 1c035e359984777e5eee2d0a0feac83947966ff2 (patch) | |
tree | 9715e961e0768a329a3f48b11197783d3a0dc0d2 /lang/elisp-manual/Makefile | |
parent | 689372fa1226b8c817a4c5329323c4e503bef336 (diff) | |
download | pkgsrc-1c035e359984777e5eee2d0a0feac83947966ff2.tar.gz |
List the info files directly in the PLIST, and honor PKGINFODIR and
PKGMANDIR.
Diffstat (limited to 'lang/elisp-manual/Makefile')
-rw-r--r-- | lang/elisp-manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index 66ab8af47c3..4224d7249ef 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/12/03 15:15:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/05 06:27:41 jlam Exp $ DISTNAME= elisp-manual-21-2.8 CATEGORIES= lang @@ -9,7 +9,7 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= The Emacs Lisp Reference Manual for GNU Emacs Version 20.3 GNU_CONFIGURE= YES -INFO_FILES= elisp +INFO_FILES= # PLIST BUILD_TARGET= elisp |