diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-18 13:51:43 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-18 13:51:43 +0000 |
commit | ee9583921e105f607d4f596c45b36e9fa06c2076 (patch) | |
tree | 242585a0ee6b3c139c0e5a8a08ffe1d88898d65b /mail/pgp4pine/files/patch-ab | |
parent | Update to 1.0, and finally give up on trying to work around MrSam's (diff) |
Update port to 1.75.6
PR: 21349
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=32806
Diffstat (limited to 'mail/pgp4pine/files/patch-ab')
-rw-r--r-- | mail/pgp4pine/files/patch-ab | 45 |
1 files changed, 37 insertions, 8 deletions
diff --git a/mail/pgp4pine/files/patch-ab b/mail/pgp4pine/files/patch-ab index 2fa9b93ac7df..6f09bf55fbee 100644 --- a/mail/pgp4pine/files/patch-ab +++ b/mail/pgp4pine/files/patch-ab @@ -1,11 +1,40 @@ ---- configure.orig Fri Jan 14 21:15:10 2000 -+++ configure Mon Feb 28 23:27:54 2000 -@@ -779,7 +779,7 @@ +--- pgp4pine/docs/en/Makefile.in.orig Thu Aug 24 09:25:11 2000 ++++ pgp4pine/docs/en/Makefile.in Thu Aug 24 09:31:41 2000 +@@ -59,6 +59,7 @@ + PACKAGE = @PACKAGE@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ ++docdir = $(prefix)/share/doc + EXTRA_DIST = FAQ LICENSE PGP_MIME pgp4pine.1 pgp4pinerc + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -161,20 +162,20 @@ --CFLAGS=-O -+#CFLAGS=-O - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + install-data-local: +- $(mkinstalldirs) $(prefix)/doc/pgp4pine/ +- $(INSTALL_DATA) FAQ $(prefix)/doc/pgp4pine/FAQ +- $(mkinstalldirs) $(prefix)/doc/pgp4pine/ +- $(INSTALL_DATA) PGP_MIME $(prefix)/doc/pgp4pine/PGP_MIME ++ $(mkinstalldirs) $(docdir)/pgp4pine/ ++ $(INSTALL_DATA) FAQ $(docdir)/pgp4pine/FAQ ++ $(mkinstalldirs) $(docdir)/pgp4pine/ ++ $(INSTALL_DATA) PGP_MIME $(docdir)/pgp4pine/PGP_MIME + $(mkinstalldirs) $(mandir)/man1/ + $(INSTALL_DATA) pgp4pine.1 $(mandir)/man1/pgp4pine.1 +- $(mkinstalldirs) $(prefix)/doc/pgp4pine/ +- $(INSTALL_DATA) pgp4pinerc $(prefix)/doc/pgp4pine/example.pgp4pinerc ++ $(mkinstalldirs) $(docdir)/pgp4pine/ ++ $(INSTALL_DATA) pgp4pinerc $(docdir)/pgp4pine/example.pgp4pinerc + + uninstall-local: +- -rm -f $(prefix)/doc/pgp4pine/FAQ +- -rm -f $(prefix)/doc/pgp4pine/PGP_MIME ++ -rm -f $(docdir)/pgp4pine/FAQ ++ -rm -f $(docdir)/pgp4pine/PGP_MIME + -rm -f $(mandir)/man1/pgp4pine.1 +- -rm -f $(prefix)/doc/pgp4pine/example.pgp4pinerc ++ -rm -f $(docdir)/pgp4pine/example.pgp4pinerc + + ####### kdevelop will overwrite this part!!! (end)############ + |