summaryrefslogtreecommitdiff
path: root/news/husky-smapi
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-08 22:37:54 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-08 22:37:54 +0000
commit14d85a7cb5b218fcca3010e8a0e81e5807864181 (patch)
treeff6c957b33b8ad257ea082268b8506ab5575f71a /news/husky-smapi
parentlicq: (diff)
install files with correct file modes
Notes
Notes: svn path=/head/; revision=72774
Diffstat (limited to 'news/husky-smapi')
-rw-r--r--news/husky-smapi/files/patch-Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/news/husky-smapi/files/patch-Makefile b/news/husky-smapi/files/patch-Makefile
index 63e8b692994c..9db3b6bf932b 100644
--- a/news/husky-smapi/files/patch-Makefile
+++ b/news/husky-smapi/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Jan 5 21:13:26 2003
-+++ Makefile Sun Jan 5 21:14:06 2003
+--- Makefile.orig Fri Dec 27 18:52:45 2002
++++ Makefile Thu Jan 9 04:11:20 2003
@@ -23,7 +23,7 @@
endif
@@ -9,3 +9,14 @@
VER = 2.2.2
TARGET= $(LIBPREFIX)smapi$(LIB)
+@@ -133,8 +133,8 @@
+ $(INSTALL) $(IIOPT) unused.h $(INCDIR)$(DIRSEP)smapi
+ $(INSTALL) $(IIOPT) semaphor.h $(INCDIR)$(DIRSEP)smapi
+ $(INSTALL) $(IIOPT) api_jam.h $(INCDIR)$(DIRSEP)smapi
+- $(INSTALL) $(ILOPT) $(TARGET) $(LIBDIR)
+- $(INSTALL) $(ILOPT) patmat$(OBJ) $(LIBDIR)
++ $(INSTALL) $(ISLOPT) $(TARGET) $(LIBDIR)
++ $(INSTALL) $(ISLOPT) patmat$(OBJ) $(LIBDIR)
+
+ uninstall:
+ -$(RM) $(RMOPT) $(INCDIR)$(DIRSEP)smapi$(DIRSEP)alc.h