aboutsummaryrefslogtreecommitdiff
path: root/devel/libslang2
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-09-02 15:27:34 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-09-02 15:27:34 +0000
commitc8844dcfe25957d94521034c7eae5179bb0968ea (patch)
tree57be949ae15fd8a8a81348d66fd142a2b875121c /devel/libslang2
parent63687fc3236477d550794fa353fc19365a0e3b7d (diff)
downloadports-c8844dcfe25957d94521034c7eae5179bb0968ea.tar.gz
ports-c8844dcfe25957d94521034c7eae5179bb0968ea.zip
Notes
Diffstat (limited to 'devel/libslang2')
-rw-r--r--devel/libslang2/files/patch-slsh__Makefile.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/libslang2/files/patch-slsh__Makefile.in b/devel/libslang2/files/patch-slsh__Makefile.in
index fa910dea05e4..9ada56274259 100644
--- a/devel/libslang2/files/patch-slsh__Makefile.in
+++ b/devel/libslang2/files/patch-slsh__Makefile.in
@@ -1,5 +1,5 @@
---- slsh/Makefile.in.orig 2011-04-10 23:37:07.000000000 -0300
-+++ slsh/Makefile.in 2014-05-14 19:25:14.000000000 -0300
+--- slsh/Makefile.in.orig 2011-04-11 04:37:07.000000000 +0200
++++ slsh/Makefile.in 2014-09-02 15:47:37.000000000 +0200
@@ -23,6 +23,7 @@
#----------------------------------------------------------------------------
INSTALL = @INSTALL@
@@ -8,16 +8,13 @@
MKINSDIR = $(CONFIG_DIR)/autoconf/mkinsdir.sh
#----------------------------------------------------------------------------
# Where system-wide slsh.rc, scripts, and library files reside
-@@ -147,9 +148,9 @@
- #
+@@ -148,8 +149,8 @@
install: slsh install_directories install_lib_files install_rline_files \
install_scripts install_help install_docs
-- $(INSTALL) $(OBJDIR)/slsh $(DEST_BIN_DIR)/
-- $(INSTALL_DATA) etc/slsh.rc $(DEST_SLSH_CONF_DIR)/
+ $(INSTALL) $(OBJDIR)/slsh $(DEST_BIN_DIR)/
++ echo 'prepend_to_slang_load_path("$(SLSH_LOCALLIB_DIR)");' >> etc/slsh.rc
+ $(INSTALL_DATA) etc/slsh.rc $(DEST_SLSH_CONF_DIR)/
- echo 'prepend_to_slang_load_path("$(SLSH_LOCALLIB_DIR)");' >> $(DEST_SLSH_CONF_DIR)/slsh.rc
-+ $(INSTALL_PROGRAM) $(OBJDIR)/slsh $(DEST_BIN_DIR)/
-+ ( echo 'prepend_to_slang_load_path("$(SLSH_LOCALLIB_DIR)");'; cat etc/slsh.rc ) > etc/slsh.rc.new
-+ $(INSTALL_DATA) etc/slsh.rc.new $(DEST_SLSH_CONF_DIR)/slsh.rc
$(INSTALL_DATA) doc/man/slsh.1 $(DEST_MAN_DIR)/
#---------------------------------------------------------------------------
# Housekeeping