pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ja-groff Remove extra `"' from tmac/Makefile....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e32806a0c7c2
branches:  trunk
changeset: 519703:e32806a0c7c2
user:      hira <hira%pkgsrc.org@localhost>
date:      Sun Oct 08 07:33:13 2006 +0000

description:
Remove extra `"' from tmac/Makefile.sub.
PR pkg/32062 form NAKAJI Hiroyuki <nakaji at jp dot freebsd dot org>.

diffstat:

 textproc/ja-groff/distinfo         |   3 ++-
 textproc/ja-groff/patches/patch-au |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r b0c2008f0055 -r e32806a0c7c2 textproc/ja-groff/distinfo
--- a/textproc/ja-groff/distinfo        Sun Oct 08 05:23:59 2006 +0000
+++ b/textproc/ja-groff/distinfo        Sun Oct 08 07:33:13 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/06/23 16:29:02 hira Exp $
+$NetBSD: distinfo,v 1.5 2006/10/08 07:33:13 hira Exp $
 
 SHA1 (groff-1.10.tar.gz) = 032eeb221aff1a621019374646819e8741c11d39
 RMD160 (groff-1.10.tar.gz) = 3dafd992282ef8bf1b71d908acc45ede575b177f
@@ -26,3 +26,4 @@
 SHA1 (patch-ar) = cddbf3b845ae009e0786d23b777724b8e1ff9a87
 SHA1 (patch-as) = a55fbc854e23782211cd0924cffadb570c57652b
 SHA1 (patch-at) = b13bd824610c39e5e02df364933c334ed07af484
+SHA1 (patch-au) = 77146f54b7523d7f34fea6dd3a0d63b8012a0a90
diff -r b0c2008f0055 -r e32806a0c7c2 textproc/ja-groff/patches/patch-au
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ja-groff/patches/patch-au        Sun Oct 08 07:33:13 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-au,v 1.1 2006/10/08 07:33:14 hira Exp $
+
+--- tmac/Makefile.sub.orig     2006-10-08 16:20:22.000000000 +0900
++++ tmac/Makefile.sub  2006-10-08 16:20:57.000000000 +0900
+@@ -53,7 +53,7 @@
+ 
+ stamp-wrap:
+       if test -n "$(tmac_wrap)"; then \
+-        for m in "$(tmac_wrap)"; do \
++        for m in $(tmac_wrap); do \
+           rm -f $$m-wrap; \
+           echo .cp 1 >$$m-wrap; \
+           echo .so $(sys_tmac_prefix)$$m >>$$m-wrap; \
+@@ -63,7 +63,7 @@
+ 
+ uninstall_sub:
+       -if test -n "$(tmac_wrap)"; then \
+-        for m in "$(tmac_wrap)"; do rm -f $(tmacdir)/tmac.$$m; done; \
++        for m in $(tmac_wrap); do rm -f $(tmacdir)/tmac.$$m; done; \
+       fi
+       -for f in $(NORMALFILES) $(STRIPFILES); do rm -f $(tmacdir)/$$f; done
+       -rm -f $(tmacdir)/tmac.$(tmac_s_prefix)s



Home | Main Index | Thread Index | Old Index