[Midnightbsd-cvs] mports [24101] trunk/textproc/xmlcharent/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 3 09:54:32 EDT 2018
Revision: 24101
http://svnweb.midnightbsd.org/mports/?rev=24101
Author: laffer1
Date: 2018-09-03 09:54:32 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/textproc/xmlcharent/Makefile
Modified: trunk/textproc/xmlcharent/Makefile
===================================================================
--- trunk/textproc/xmlcharent/Makefile 2018-09-03 13:50:02 UTC (rev 24100)
+++ trunk/textproc/xmlcharent/Makefile 2018-09-03 13:54:32 UTC (rev 24101)
@@ -10,7 +10,10 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= XML character entities
-LICENSE= unknown
+LICENSE= OASIS
+LICENSE_NAME= OASIS License
+LICENSE_TEXT= License text is available in all .ent files installed by this port
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
@@ -29,7 +32,7 @@
do-install:
${MKDIR} ${XMLDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.ent\
+ ${INSTALL_DATA} ${WRKDIR}/*.ent\
${FILESDIR}/catalog ${FILESDIR}/catalog.xml ${XMLDIR}
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list