aboutsummaryrefslogtreecommitdiffstats
path: root/editors/jed
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-04-30 08:17:29 +0800
committersteve <steve@FreeBSD.org>2000-04-30 08:17:29 +0800
commitaa36da6caa53d2b349604a696f09be6f403925d1 (patch)
tree2c4659a6a9f72ca6e0bd843022b5d747dc93da31 /editors/jed
parent4f8851e95403ddb9adf2c106d2ce8b55844cf525 (diff)
downloadfreebsd-ports-gnome-aa36da6caa53d2b349604a696f09be6f403925d1.tar.gz
freebsd-ports-gnome-aa36da6caa53d2b349604a696f09be6f403925d1.tar.zst
freebsd-ports-gnome-aa36da6caa53d2b349604a696f09be6f403925d1.zip
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>
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/Makefile3
-rw-r--r--editors/jed/pkg-plist24
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