ports/105594: textproc/docbook: fix typos in Makefile

Conrad J. Sabatier conrads at cox.net
Thu Nov 16 03:40:17 UTC 2006


>Number:         105594
>Category:       ports
>Synopsis:       textproc/docbook: fix typos in 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:   Thu Nov 16 03:40:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Nov 13 00:27:23 CST 2006 root at serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64


>Description:
	Fix a few typos in dependencies' pathnames
>How-To-Repeat:
	Makefile currently references dependencies with paths such as:
 
		${PORTSDIR}/textproc/docbook-ml-430

	Where the "-ml-" part should be "-xml-"
>Fix:
	Patch below.

--- docbook.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/docbook/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	6 Nov 2006 21:23:47 -0000	1.20
+++ Makefile	15 Nov 2006 23:41:40 -0000
@@ -67,15 +67,15 @@
 .endif
 
 .if defined(WITH_DB43_XML)
-RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.3:${PORTSDIR}/textproc/docbook-ml-430
+RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.3:${PORTSDIR}/textproc/docbook-xml-430
 .endif
 
 .if defined(WITH_DB44_XML)
-RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.4:${PORTSDIR}/textproc/docbook-ml-440
+RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.4:${PORTSDIR}/textproc/docbook-xml-440
 .endif
 
 .if defined(WITH_DB45_XML)
-RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-ml-450
+RUN_DEPENDS+=	${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml-450
 .endif
 
 .if defined(WITH_ISO8879)
--- docbook.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list