diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-30 00:17:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-30 00:17:29 +0000 |
commit | e4115d68c193fbcb2aed8c98378c035292902ed6 (patch) | |
tree | 4ac6c4f19f608b2737560feabb407139a5e99b85 /editors/jed | |
parent | Update to version 1.2.1 including the following changes: (diff) |
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 <dom@palmerharvey.co.uk>
Notes
Notes:
svn path=/head/; revision=28122
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 3 | ||||
-rw-r--r-- | editors/jed/pkg-plist | 24 |
2 files changed, 26 insertions, 1 deletions
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 |