1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/vilearn/files/patch-aa
Tim Vanderhoek 2dd6b6d304 Port import of vilearn - a vi tutorial.
The documentation-minded may wish to mention this in the
handbook somewhere.

PR:		ports/5279
Submitted by:	Ian Vaudrey [3]Ian Vaudrey <i.vaudrey@bigfoot.com>
1997-12-26 19:26:39 +00:00

27 lines
739 B
Plaintext

--- Makefile.orig Fri Dec 12 09:08:12 1997
+++ Makefile Fri Dec 12 09:17:12 1997
@@ -4,12 +4,12 @@
# BINDIR is where the vilearn shell script will live. It should be in the
# path of new users.
-BINDIR= /usr/local/bin
+BINDIR= ${PREFIX}/bin
# MANDIR is the man area where vilearn's man page will be installed. It
# should be somewhere that the default man command will search.
-MANDIR= /usr/local/man
+MANDIR= ${PREFIX}/man
# SEC is the section of the manual that vilearn's man page will be
# installed in.
@@ -18,7 +18,7 @@
# TUTORIALS is the directory where the master copies of the tutorials
# will live.
-TUTORIALS= /usr/local/lib/vilearn
+TUTORIALS= ${PREFIX}/share/vilearn
# Shouldn't have to edit below here.