svn commit: r525224 - head/textproc/xhtml-modularization

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 4 18:16:57 UTC 2020


Author: sunpoet
Date: Tue Feb  4 18:16:56 2020
New Revision: 525224
URL: https://svnweb.freebsd.org/changeset/ports/525224

Log:
  Add NO_ARCH
  
  - Take maintainership

Modified:
  head/textproc/xhtml-modularization/Makefile

Modified: head/textproc/xhtml-modularization/Makefile
==============================================================================
--- head/textproc/xhtml-modularization/Makefile	Tue Feb  4 18:16:51 2020	(r525223)
+++ head/textproc/xhtml-modularization/Makefile	Tue Feb  4 18:16:56 2020	(r525224)
@@ -8,7 +8,7 @@ CATEGORIES=	textproc
 MASTER_SITES=	http://www.w3.org/TR/2001/REC-${PORTNAME}-${RECDATE}/
 DISTNAME=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	W3C's Modularization of XHTML DTDs and docs
 
 RUN_DEPENDS=	xmlcatmgr:textproc/xmlcatmgr
@@ -20,8 +20,9 @@ RECDATE=	20010410
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 SUB_FILES=	catalog.xml
-NO_MTREE=	yes
+NO_ARCH=	yes
 NO_BUILD=	yes
+NO_MTREE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${RECDATE}
 
 dir_DTD=	share/xml/dtd/xhtml-modularization


More information about the svn-ports-all mailing list