diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:30:10 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:30:10 +0000 |
commit | 1c30911ff0463c1215e15dd9f7acb886ca35a93d (patch) | |
tree | 17783a29eefdfe8b1d45e4895ff0daaf7f6e92c3 /security/tripwire-131/files/patch-src-Makefile | |
parent | - Update to 2.4.3 (diff) |
Rename security/ patches to reflect the files they modify.
Diffstat (limited to 'security/tripwire-131/files/patch-src-Makefile')
-rw-r--r-- | security/tripwire-131/files/patch-src-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/tripwire-131/files/patch-src-Makefile b/security/tripwire-131/files/patch-src-Makefile new file mode 100644 index 000000000000..07d151ecd0ac --- /dev/null +++ b/security/tripwire-131/files/patch-src-Makefile @@ -0,0 +1,13 @@ +--- src/Makefile.orig Tue May 4 01:31:00 1999 ++++ src/Makefile Thu May 11 19:49:21 2000 +@@ -104,8 +104,8 @@ + $(CC) $(CFLAGS) -c $< + + install: tripwire +- $(INSTALL) -m 555 tripwire $(DESTDIR) +- $(INSTALL) -m 555 siggen $(DESTDIR) ++ $(INSTALL) -f noschg -s -m 555 tripwire $(BINDIR) ++ $(INSTALL) -f noschg -s -m 555 siggen $(BINDIR) + + clean: + -rm -f $(OFILES) config.lex.c config.pre.c y.tab.c lex.yy.c help.c \ |