aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mahogany/files/patch-ah
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-11-18 04:43:34 +0800
committerade <ade@FreeBSD.org>2000-11-18 04:43:34 +0800
commit1dc449c8968b28bf109481199597c983ca4281ca (patch)
tree057e2794941b0f37411429b064838273d6a43808 /mail/mahogany/files/patch-ah
parentd3ca4e742df94d84386391a38e719189db25aadd (diff)
downloadfreebsd-ports-graphics-1dc449c8968b28bf109481199597c983ca4281ca.tar.gz
freebsd-ports-graphics-1dc449c8968b28bf109481199597c983ca4281ca.tar.zst
freebsd-ports-graphics-1dc449c8968b28bf109481199597c983ca4281ca.zip
Add mahogany, a threaded X11 mail and news client with an
embedded python interpreter. PR: 22882 Submitted by: S. Kiernan <sk-ports@vegamuse.org>
Diffstat (limited to 'mail/mahogany/files/patch-ah')
-rw-r--r--mail/mahogany/files/patch-ah19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/mahogany/files/patch-ah b/mail/mahogany/files/patch-ah
new file mode 100644
index 00000000000..ed5ef51ae6d
--- /dev/null
+++ b/mail/mahogany/files/patch-ah
@@ -0,0 +1,19 @@
+--- src/Makefile.orig Sat Sep 30 12:10:50 2000
++++ src/Makefile Sun Nov 12 09:09:41 2000
+@@ -65,14 +65,8 @@
+ $(RM) core libM.so M M.static
+
+ install:
+- $(INSTALL_PROGRAM) -s -m 755 M $(DATADIR)/$(CANONICAL_HOST)/bin
+- if test -f libM.so; \
+- then $(INSTALL_PROGRAM) libM.so $(DATADIR)/$(CANONICAL_HOST)/lib; \
+- fi
+- $(RM) -f $(BINDIR)/M $(DATADIR)/bin/M
+- ln -f -s ../share/Mahogany/$(CANONICAL_HOST)/bin/M $(BINDIR)/M
+- $(RM) $(BINDIR)/mahogany
+- ln -f -s ../share/Mahogany/$(CANONICAL_HOST)/bin/M $(BINDIR)/mahogany
++ $(INSTALL_PROGRAM) -s -m 755 M $(BINDIR)/M
++ ln -f -s M $(BINDIR)/mahogany
+ ifeq ($(USE_MODULES),dynamic)
+ set -e; for i in $(MOD_DIRS); do $(MAKE) -C $$i install-modules; done
+ endif