mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
11fad87de9
Vigor, for anyone who has been reading UserFriendly recently, is vi with a very famliar looking "paperclip assistant", who puts the "ass" in assist. Reviewed by: cpiazza (partially) On a more personal note, I'm ashamed to have tainted my machine with this program, let alone create this port.
12 lines
594 B
Plaintext
12 lines
594 B
Plaintext
--- Makefile.in.orig Mon Jan 17 18:22:56 2000
|
|
+++ Makefile.in Mon Jan 17 18:24:17 2000
|
|
@@ -82,7 +82,7 @@
|
|
($(mkdir) $(mandir)/cat1 && $(chmod) $(dmode) $(mandir)/cat1)
|
|
@echo "Installing man pages: $(mandir) ..."
|
|
cd $(mandir)/cat1 && $(rm) -f `echo vi.0 | sed '$(transform)'`
|
|
- $(cp) $(srcdir)/docs/USD.doc/vi.man/vi.0 \
|
|
+ $(cp) `echo $(srcdir)/docs/USD.doc/vi.man/vi.0 |sed '$(transform)'` \
|
|
$(mandir)/cat1/`echo vi.0 | sed '$(transform)'`
|
|
cd $(mandir)/cat1 && $(chmod) $(fmode) `echo vi.0 | sed '$(transform)'`
|
|
cd $(mandir)/cat1 && $(rm) -f `echo ex.0 | sed '$(transform)'`
|