Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2005 01:29:53 GMT
From:      xiao <xiao@inter7.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/76022: [PATCH] japanese/xjman: fix Makefile
Message-ID:  <200501100129.j0A1TrJo019242@www.freebsd.org>
Resent-Message-ID: <200501100130.j0A1UUlc022009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         76022
>Category:       ports
>Synopsis:       [PATCH] japanese/xjman: fix Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 01:30:30 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     xiao
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
FreeBSD ioi 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004     root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Contents of some manual pages(ex. XColor) are "$1".
      
>How-To-Repeat:
      jman XColor
>Fix:
      
--- ja-xjman-0.7.patch begins here ---
diff -ruN xjman.old/Makefile xjman/Makefile
--- xjman.old/Makefile	Mon Jan 10 01:26:18 2005
+++ xjman/Makefile	Mon Jan 10 01:10:28 2005
@@ -41,7 +41,7 @@
 .for sec in ${MANSECS}
 	(cd ${WRKSRC}/man${sec}; \
 	for f in *.${sec}x; do ${CP} $$f $${f%x}; done; \
-	${REINPLACE_CMD} -e 's/^\(\.so .*\)x$$/$$1/' *.${sec})
+	${REINPLACE_CMD} -e 's/^\(\.so .*\)x$$/\1/' *.${sec})
 .endfor
 
 post-build:
--- ja-xjman-0.7.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501100129.j0A1TrJo019242>