summaryrefslogtreecommitdiff
path: root/editors/wily/patches
diff options
context:
space:
mode:
authoragc <agc>1997-10-24 09:49:55 +0000
committeragc <agc>1997-10-24 09:49:55 +0000
commit7d0a931a08fbedfab280aada71bd15e0f71311aa (patch)
tree0f0e64f63cb62201e08715cb540a66ad4fc65e58 /editors/wily/patches
parent762594b971e0c76d01a6f74c059a06adc69f4b37 (diff)
downloadpkgsrc-7d0a931a08fbedfab280aada71bd15e0f71311aa.tar.gz
Initial import of Gary Capell's UTF-aware wily editor/working
environment, which is an X11 clone of Rob Pike's acme.
Diffstat (limited to 'editors/wily/patches')
-rw-r--r--editors/wily/patches/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/wily/patches/patch-aa b/editors/wily/patches/patch-aa
new file mode 100644
index 00000000000..d465be28209
--- /dev/null
+++ b/editors/wily/patches/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.in 1997/10/24 08:47:31 1.1
++++ Makefile.in 1997/10/24 08:49:03
+@@ -17,6 +17,7 @@
+
+ install: all
+ cd wily; $(MAKE) $(MFLAGS) install
++ @INSTALL@ -m 0444 Doc/old/wily.1 ${PREFIX}/man/man1
+ clean:
+ for i in $(SUBDIRS); do \
+ (cd $$i; $(MAKE) $(MFLAGS) $@); \