[Midnightbsd-cvs] mports: Makefile: I don't think this should be running xmlcatmgr in post

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 31 13:37:15 EDT 2008


Log Message:
-----------
I don't think this should be running xmlcatmgr in post install, but only in plist.  add license type

Modified Files:
--------------
    mports/textproc/docbook-xml-440:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/docbook-xml-440/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L textproc/docbook-xml-440/Makefile -L textproc/docbook-xml-440/Makefile -u -r1.2 -r1.3
--- textproc/docbook-xml-440/Makefile
+++ textproc/docbook-xml-440/Makefile
@@ -7,11 +7,13 @@
 
 PORTNAME=	docbook-xml
 PORTVERSION=	4.4
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.oasis-open.org/docbook/xml/${PORTVERSION}/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	DocBook/XML DTD V4.4, designed for technical documentation
+LICENSE=	unknown
 
 RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
 
@@ -76,7 +78,4 @@
 .endfor
 .endif
 
-post-install:
-	-${XMLCATMGR} ${REGIST_CAT_FLAGS_XML}
-
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list