mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Obey LOCALBASE.
This commit is contained in:
parent
c854a8ccc6
commit
03cfab08f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146097
19
lang/snobol/files/patch-Makefile2.m4
Normal file
19
lang/snobol/files/patch-Makefile2.m4
Normal file
@ -0,0 +1,19 @@
|
||||
--- Makefile2.m4.orig Fri Oct 21 18:07:57 2005
|
||||
+++ Makefile2.m4 Fri Oct 21 18:08:39 2005
|
||||
@@ -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=${LOCALBASE}/lib/snobol4
|
||||
|
||||
# default name for installed binary
|
||||
-BINDEST=/usr/local/bin/snobol4
|
||||
+BINDEST=${LOCALBASE}/bin/snobol4
|
||||
|
||||
# default name for installed man page
|
||||
-MANDEST=/usr/local/man/man1/snobol4.1
|
||||
+MANDEST=${LOCALBASE}/man/man1/snobol4.1
|
||||
|
||||
########
|
||||
# default lib source files
|
Loading…
Reference in New Issue
Block a user