aboutsummaryrefslogtreecommitdiff
path: root/devel/libslang/files
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-02-21 10:42:02 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-02-21 10:42:02 +0000
commita4140617222dd14bfb10728dc86d3f2f5a3f367c (patch)
tree3c3cb24f8a906b29fedf6f63ab1c9f90a5795767 /devel/libslang/files
parent32be7c61c08a77a056db6aac1ab5698e92d8c227 (diff)
Notes
Diffstat (limited to 'devel/libslang/files')
-rw-r--r--devel/libslang/files/patch-ae15
1 files changed, 12 insertions, 3 deletions
diff --git a/devel/libslang/files/patch-ae b/devel/libslang/files/patch-ae
index 80bbaeca8f17..c57f97ebd093 100644
--- a/devel/libslang/files/patch-ae
+++ b/devel/libslang/files/patch-ae
@@ -1,5 +1,5 @@
---- src/Makefile.in.orig Mon Jan 24 13:38:33 2000
-+++ src/Makefile.in Mon Jan 24 13:38:41 2000
+--- src/Makefile.in.old Wed Feb 21 11:57:28 2001
++++ src/Makefile.in Wed Feb 21 11:57:58 2001
@@ -36,7 +36,7 @@
exec_prefix = @exec_prefix@
install_lib_dir = @libdir@
@@ -7,5 +7,14 @@
-install_doc_dir = $(prefix)/doc/slang
+install_doc_dir = $(prefix)/share/doc/slang
DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt
+ MODULE_INSTALL_DIR = @libdir@/slang/modules
#---------------------------------------------------------------------------
- # Misc commands (safe to leave these untouched)
+@@ -138,7 +138,7 @@
+ #---------------------------------------------------------------------------
+ # Intallation rules
+ #---------------------------------------------------------------------------
+-install: install_basic_lib install_docs
++install: install_basic_lib
+ install_basic_lib: $(DEST_LIBDIR) $(DEST_INCDIR) $(OBJDIR_NORMAL_LIB)
+ @echo installing $(OBJDIR_NORMAL_LIB) in $(DEST_LIBDIR)
+ $(INSTALL_DATA) $(OBJDIR_NORMAL_LIB) $(DEST_LIBDIR)