summaryrefslogtreecommitdiff
path: root/mail/elm+ME/files/patch-ag
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-31 17:16:07 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-31 17:16:07 +0000
commitba75d40447b0ae425dbf278692a9429137d655dc (patch)
tree42fb93cb2c99da0ee4f0da21cf4e55036383282b /mail/elm+ME/files/patch-ag
parentUpdate pspell version number. (diff)
update to 2.4ME+87.
o change package name elm-2.4ME+82 -> elm+ME-2.4.87. previous naming scheme violates our porting rule. o add PORTEPOCH not to confuse pkg_version. o change maintainer. o add more and more MASTER_SITES. PR: 24171 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> (new maintainer)
Notes
Notes: svn path=/head/; revision=37844
Diffstat (limited to 'mail/elm+ME/files/patch-ag')
-rw-r--r--mail/elm+ME/files/patch-ag29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/elm+ME/files/patch-ag b/mail/elm+ME/files/patch-ag
new file mode 100644
index 000000000000..9832540a67bc
--- /dev/null
+++ b/mail/elm+ME/files/patch-ag
@@ -0,0 +1,29 @@
+--- doc/Makefile.SH.orig Fri Dec 29 20:56:43 2000
++++ doc/Makefile.SH Sun Jan 7 04:39:50 2001
+@@ -145,6 +145,8 @@
+ $(SED) 's"#LIB#"$(LIB)"g;' < elmterminal.1 > elmterminal.1.subs
+ frm.1.subs: frm.1
+ $(SED) 's"#LIB#"$(LIB)"g;' < frm.1 > frm.1.subs
++newmail.1.subs: newmail.1
++ $(SED) 's"#LIB#"$(LIB)"g;' < newmail.1 > newmail.1.subs
+
+ formatted_pages: catman $(FORMATTED_PAGES_LIST)
+
+@@ -224,7 +226,7 @@
+ $(CP) $? $@
+ $(CHMOD) u=rw,go=r $@
+
+-$(MAN)/newmail$(MANEXT): newmail.1
++$(MAN)/newmail$(MANEXT): newmail.1.subs
+ $(RM) $@
+ $(CP) $? $@
+ $(CHMOD) u=rw,go=r $@
+@@ -425,7 +427,7 @@
+ true ; \
+ fi
+
+-catman/newmail$(CATMANEXT)$(SUFFIX): newmail.1
++catman/newmail$(CATMANEXT)$(SUFFIX): newmail.1.subs
+ $(MANROFF) $(MANROFF_OPTS) -man $? > catman/newmail$(CATMANEXT)
+ @if $(TEST) "$(PACKED)" = y ; then \
+ $(RM) $@ ; \