diff options
Diffstat (limited to 'lang/snobol/patches/patch-ad')
-rw-r--r-- | lang/snobol/patches/patch-ad | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/snobol/patches/patch-ad b/lang/snobol/patches/patch-ad new file mode 100644 index 00000000000..6e3efaa7f42 --- /dev/null +++ b/lang/snobol/patches/patch-ad @@ -0,0 +1,21 @@ +$NetBSD: patch-ad,v 1.1 2001/02/06 18:13:53 wiz Exp $ + +--- ./Makefile2.m4.orig Wed Aug 6 22:34:47 1997 ++++ ./Makefile2.m4 Thu Jan 25 07:08:42 2001 +@@ -48,13 +48,13 @@ + SNOLIB_FILE=snolib.a + + # directory name for default SNOLIB (used by -INCLUDE and LOAD()) +-SNOLIB_DIR=/usr/local/lib/snobol4 ++SNOLIB_DIR=${PREFIX}/lib/snobol4 + + # default name for installed binary +-BINDEST=/usr/local/bin/snobol4 ++BINDEST=${PREFIX}/bin/snobol4 + + # default name for installed man page +-MANDEST=/usr/local/man/man1/snobol4.1 ++MANDEST=${PREFIX}/man/man1/snobol4.1 + + ######## + # default lib source files |