ports/76022: [PATCH] japanese/xjman: fix Makefile
xiao
xiao at inter7.jp
Mon Jan 10 01:30:32 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list