[Midnightbsd-cvs] mports [24265] trunk/textproc/xmlcharent/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 9 12:04:18 EDT 2018
Revision: 24265
http://svnweb.midnightbsd.org/mports/?rev=24265
Author: laffer1
Date: 2018-09-09 12:04:17 -0400 (Sun, 09 Sep 2018)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/textproc/xmlcharent/Makefile
Modified: trunk/textproc/xmlcharent/Makefile
===================================================================
--- trunk/textproc/xmlcharent/Makefile 2018-09-09 15:45:55 UTC (rev 24264)
+++ trunk/textproc/xmlcharent/Makefile 2018-09-09 16:04:17 UTC (rev 24265)
@@ -5,7 +5,8 @@
PORTVERSION= 0.3
PORTREVISION= 4
CATEGORIES= textproc
-MASTER_SITES= http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES= http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/ \
+ https://library.syr.edu/digital/guides/lavender/
MAINTAINER= ports at MidnightBSD.org
COMMENT= XML character entities
@@ -18,7 +19,6 @@
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
USES= zip
-NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_SUB= XMLCATMGR=${XMLCATMGR}
PLIST_SUB+= XMLDIR=${XMLDIR}
More information about the Midnightbsd-cvs
mailing list