diff options
Diffstat (limited to 'net/totd/patches/patch-ab')
-rw-r--r-- | net/totd/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/totd/patches/patch-ab b/net/totd/patches/patch-ab new file mode 100644 index 00000000000..84baa5831e9 --- /dev/null +++ b/net/totd/patches/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in- Wed Oct 6 19:53:01 1999 ++++ Makefile.in Wed Oct 6 19:53:11 1999 +@@ -39,7 +39,7 @@ + ${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LDADD} + + install: $(PROG) +- $(INSTALL) -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR) ++ $(INSTALL) -c -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR) + + depend: + mkdep ${CFLAGS} ${SRCS} |