diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | 792529759b850aa6227cf6c074e30e190258a2ed (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /editors/emacs20 | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 5 | ||||
-rw-r--r-- | editors/emacs20/PLIST | 16 |
2 files changed, 17 insertions, 4 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index cbcf36ad15b..cee61a1c2ce 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/03/04 21:29:31 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/03/30 03:44:43 jlam Exp $ DISTNAME= emacs-20.7 PKGREVISION= 7 @@ -84,8 +84,7 @@ MAKE_ENV+= INSTALL_STRIP=${_STRIPFLAG_INSTALL:Q} CFLAGS+= -fno-zero-initialized-in-bss .endif -INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ - ccmode message widget reftex +INFO_FILES= # PLIST INSTALL_PROGRAM=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} diff --git a/editors/emacs20/PLIST b/editors/emacs20/PLIST index ae50f8336e3..e9884af389c 100644 --- a/editors/emacs20/PLIST +++ b/editors/emacs20/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/02/16 21:09:56 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/03/30 03:44:43 jlam Exp $ bin/emacs bin/emacs-${PKGVERSION} bin/emacs-b2m @@ -6,6 +6,20 @@ bin/emacs-ctags bin/emacs-etags bin/emacs-rcs-checkin bin/emacsclient +info/ccmode +info/cl +info/dired-x +info/ediff +info/emacs +info/forms +info/gnus +info/message +info/mh-e +info/reftex +info/sc +info/vip +info/viper +info/widget libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/cvtmail libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/digest-doc libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/emacsserver |