diff options
author | Steve Price <steve@FreeBSD.org> | 1998-03-15 20:26:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-03-15 20:26:07 +0000 |
commit | a126d935057e17d16d62599bcc34f507734aaa0b (patch) | |
tree | 583bdba1c2d57069387616ec6dfa4d98490a1347 /mail/sigrot/files | |
parent | 7aa065a888bee75aae98f68b20f40729fd03e827 (diff) | |
download | ports-a126d935057e17d16d62599bcc34f507734aaa0b.tar.gz ports-a126d935057e17d16d62599bcc34f507734aaa0b.zip |
Notes
Diffstat (limited to 'mail/sigrot/files')
-rw-r--r-- | mail/sigrot/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/sigrot/files/patch-aa b/mail/sigrot/files/patch-aa new file mode 100644 index 000000000000..7c494bb6244e --- /dev/null +++ b/mail/sigrot/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile.orig Wed Mar 4 13:40:36 1998 ++++ Makefile Wed Mar 4 15:55:25 1998 +@@ -1,6 +1,6 @@ +-DEST = /usr/local/bin ++DEST = ${PREFIX}/bin + +-MANDEST = /usr/man/man1 ++MANDEST = ${PREFIX}/man/man1 + + MANFILE = sigrot.1 + +@@ -18,7 +18,6 @@ + + $(PROGRAM): $(LIBS) + @$(LD) $(SRCS) -o $(PROGRAM) +- @echo "done" + + clean:; @rm -f core + |