diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-08 22:37:54 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-08 22:37:54 +0000 |
commit | 972489214c0c3519b69a0cc3850944e0344263ff (patch) | |
tree | 89e4dfe219de3aa2d67bcd3cd5845982c6dd72b2 /news/husky-smapi/files | |
parent | 8039e2420d1da9a88102d5df7f194ab7456d384f (diff) | |
download | FreeBSD-ports-972489214c0c3519b69a0cc3850944e0344263ff.zip FreeBSD-ports-972489214c0c3519b69a0cc3850944e0344263ff.tar.gz |
install files with correct file modes
Diffstat (limited to 'news/husky-smapi/files')
-rw-r--r-- | news/husky-smapi/files/patch-Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/news/husky-smapi/files/patch-Makefile b/news/husky-smapi/files/patch-Makefile index 63e8b69..9db3b6b 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 |