From e4115d68c193fbcb2aed8c98378c035292902ed6 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 30 Apr 2000 00:17:29 +0000 Subject: Add documentation files to pkg/PLIST use NO_XJED instead of comment to say whether you want the X version of jed or not. PR: 18227 Submitted by: Dominic Mitchell --- editors/jed/Makefile | 3 ++- editors/jed/pkg-plist | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 7ccc075b36e8..0193b584e9f7 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -21,8 +21,9 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang USE_XLIB= yes -# comment out the next line if you don't want the X version of JED. +.if !defined(NO_XJED) XJED= xjed +.endif DIST_SUBDIR= jed GNU_CONFIGURE= yes diff --git a/editors/jed/pkg-plist b/editors/jed/pkg-plist index 69994d4d0da7..20f6707f873e 100644 --- a/editors/jed/pkg-plist +++ b/editors/jed/pkg-plist @@ -129,8 +129,32 @@ lib/jed/lib/wmenu.sl lib/jed/lib/wordstar.hlp lib/jed/lib/wordstar.sl lib/jed/lib/yankpop.sl +share/doc/jed/README +share/doc/jed/abbrev.txt +share/doc/jed/color.txt +share/doc/jed/dfa.txt +share/doc/jed/edt.txt +share/doc/jed/emacs.txt +share/doc/jed/fold.txt +share/doc/jed/hooks.txt +share/doc/jed/jed_faq.txt +share/doc/jed/jedfuns.txt +share/doc/jed/mouse.txt +share/doc/jed/pc-keys.txt +share/doc/jed/program.txt +share/doc/jed/rgrep.txt +share/doc/jed/rmail.txt +share/doc/jed/script.txt +share/doc/jed/slangfun.txt +share/doc/jed/syntax.txt +share/doc/jed/undo.txt +share/doc/jed/wjed.txt +share/doc/jed/wordstar.txt +share/doc/jed/xjed.txt +share/doc/jed/yankpop.txt @dirrm lib/jed/bin @dirrm lib/jed/lib/tm @dirrm lib/jed/lib @dirrm lib/jed/doc @dirrm lib/jed +@dirrm share/doc/jed -- cgit v1.2.3