View | Details | Raw Unified | Return to bug 18227
Collapse All | Expand All

(-)jed/Makefile (-1 / +2 lines)
Lines 21-28 Link Here
21
21
22
USE_XLIB=	yes
22
USE_XLIB=	yes
23
23
24
# comment out the next line if you don't want the X version of JED.
24
.if !defined(NO_XJED)
25
XJED=	xjed
25
XJED=	xjed
26
.endif
26
27
27
DIST_SUBDIR=	jed
28
DIST_SUBDIR=	jed
28
GNU_CONFIGURE=  yes
29
GNU_CONFIGURE=  yes
(-)jed/pkg/PLIST (+24 lines)
Lines 129-136 Link Here
129
lib/jed/lib/wordstar.hlp
129
lib/jed/lib/wordstar.hlp
130
lib/jed/lib/wordstar.sl
130
lib/jed/lib/wordstar.sl
131
lib/jed/lib/yankpop.sl
131
lib/jed/lib/yankpop.sl
132
share/doc/jed/README
133
share/doc/jed/abbrev.txt
134
share/doc/jed/color.txt
135
share/doc/jed/dfa.txt
136
share/doc/jed/edt.txt
137
share/doc/jed/emacs.txt
138
share/doc/jed/fold.txt
139
share/doc/jed/hooks.txt
140
share/doc/jed/jed_faq.txt
141
share/doc/jed/jedfuns.txt
142
share/doc/jed/mouse.txt
143
share/doc/jed/pc-keys.txt
144
share/doc/jed/program.txt
145
share/doc/jed/rgrep.txt
146
share/doc/jed/rmail.txt
147
share/doc/jed/script.txt
148
share/doc/jed/slangfun.txt
149
share/doc/jed/syntax.txt
150
share/doc/jed/undo.txt
151
share/doc/jed/wjed.txt
152
share/doc/jed/wordstar.txt
153
share/doc/jed/xjed.txt
154
share/doc/jed/yankpop.txt
132
@dirrm lib/jed/bin
155
@dirrm lib/jed/bin
133
@dirrm lib/jed/lib/tm
156
@dirrm lib/jed/lib/tm
134
@dirrm lib/jed/lib
157
@dirrm lib/jed/lib
135
@dirrm lib/jed/doc
158
@dirrm lib/jed/doc
136
@dirrm lib/jed
159
@dirrm lib/jed
160
@dirrm share/doc/jed

Return to bug 18227