diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-22 22:39:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-22 22:39:40 +0000 |
commit | a48a353b11d5b2ed4e2f2c878747ea31a059353e (patch) | |
tree | 15ecf53cee20804033a3fc52e700e3d6a643f5c7 /mail/pgpsendmail | |
parent | 3b82a2684e6f70f329ff2125004b9c1ece955606 (diff) | |
download | ports-a48a353b11d5b2ed4e2f2c878747ea31a059353e.tar.gz ports-a48a353b11d5b2ed4e2f2c878747ea31a059353e.zip |
Notes
Diffstat (limited to 'mail/pgpsendmail')
-rw-r--r-- | mail/pgpsendmail/files/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/pgpsendmail/files/patch-aa b/mail/pgpsendmail/files/patch-aa index e6e98bfbfe8b..d6cef002aab6 100644 --- a/mail/pgpsendmail/files/patch-aa +++ b/mail/pgpsendmail/files/patch-aa @@ -103,14 +103,14 @@ + all_install: -+ $(INSTALL) $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) pgpsendmail $(PREFIX)/lib -+ $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 doc/pgpsendmail.8 $(PREFIX)/man/man8 -+ $(INSTALL) $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) pgpdaemon $(PREFIX)/bin -+ $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 doc/pgpdaemon.8 $(PREFIX)/man/man8 -+ $(INSTALL) $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) pgppipe $(PREFIX)/bin -+ $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 doc/pgppipe.1 $(PREFIX)/man/man1 -+ $(INSTALL) $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) sendpgppass $(PREFIX)/bin -+ $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 doc/sendpgppass.1 $(PREFIX)/man/man1 ++ /usr/bin/install $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) pgpsendmail $(PREFIX)/lib ++ /usr/bin/install -c -o $(BINOWN) -g $(BINGRP) -m 644 doc/pgpsendmail.8 $(PREFIX)/man/man8 ++ /usr/bin/install $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) pgpdaemon $(PREFIX)/bin ++ /usr/bin/install -c -o $(BINOWN) -g $(BINGRP) -m 644 doc/pgpdaemon.8 $(PREFIX)/man/man8 ++ /usr/bin/install $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) pgppipe $(PREFIX)/bin ++ /usr/bin/install -c -o $(BINOWN) -g $(BINGRP) -m 644 doc/pgppipe.1 $(PREFIX)/man/man1 ++ /usr/bin/install $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) sendpgppass $(PREFIX)/bin ++ /usr/bin/install -c -o $(BINOWN) -g $(BINGRP) -m 644 doc/sendpgppass.1 $(PREFIX)/man/man1 + clean: rm -f *.BAK *.log *.sed .#* *~ *.bak */*.bak */tmp* .*defaults */*~ |