[Midnightbsd-cvs] mports: Makefile: Make xmlcatmgr work right.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 27 19:44:00 EDT 2008


Log Message:
-----------
Make xmlcatmgr work right.

Modified Files:
--------------
    mports/textproc/xhtml-basic:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/xhtml-basic/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L textproc/xhtml-basic/Makefile -L textproc/xhtml-basic/Makefile -u -r1.1 -r1.2
--- textproc/xhtml-basic/Makefile
+++ textproc/xhtml-basic/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	xhtml-basic
 PORTVERSION=	1.0.${RECDATE}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.w3.org/TR/2000/REC-${PORTNAME}-${RECDATE}/
 DISTNAME=	${PORTNAME}
@@ -32,20 +32,20 @@
 dir_DOC=	share/doc/xhtml-basic
 
 XMLCATMGR=	${LOCALBASE}/bin/xmlcatmgr
-SGMLCAT=	${PREFIX}/share/sgml/catalog.ports
-XMLCAT=		${PREFIX}/share/xml/catalog.ports
+SGMLCAT=	${LOCALBASE}/share/sgml/catalog.ports
+XMLCAT=		${LOCALBASE}/share/xml/catalog.ports
 
 XMLCAT_ADD=	${XMLCATMGR} -c ${XMLCAT} add nextCatalog \
-		    ${PREFIX}/${dir_DTD}/catalog.xml
+		    ${LOCALBASE}/${dir_DTD}/catalog.xml
 XMLCAT_RM=	${XMLCATMGR} -c ${XMLCAT} remove \
-		    ${PREFIX}/${dir_DTD}/catalog.xml
+		    ${LOCALBASE}/${dir_DTD}/catalog.xml
 SGMLCAT_ADD=	${XMLCATMGR} -sc ${SGMLCAT} add CATALOG \
-		    ${PREFIX}/${dir_DTD}/xhtml-basic10.cat
+		    ${LOCALBASE}/${dir_DTD}/xhtml-basic10.cat
 SGMLCAT_RM=	${XMLCATMGR} -sc ${SGMLCAT} remove \
-		    ${PREFIX}/${dir_DTD}/xhtml-basic10.cat
+		    ${LOCALBASE}/${dir_DTD}/xhtml-basic10.cat
 
-CATALOG_PORTS_SGML=	${PREFIX}/share/sgml/catalog.ports
-CATALOG_PORTS_XML=	${PREFIX}/share/xml/catalog.ports
+CATALOG_PORTS_SGML=	${LOCALBASE}/share/sgml/catalog.ports
+CATALOG_PORTS_XML=	${LOCALBASE}/share/xml/catalog.ports
 
 .include "${.CURDIR}/contents.inc"
 


More information about the Midnightbsd-cvs mailing list