From 436e0fa4dbd7ce338ab5c0b1f1da8def6bfff92d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 13 Apr 2018 09:03:37 +0000 Subject: [PATCH] - Add LICENSE - Add NO_ARCH - Unsilence installation commands Approved by: portmgr blanket --- textproc/iso8879/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index f3dccceeca4b..e34997001a0c 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -11,17 +11,26 @@ DISTNAME= isoENTS MAINTAINER= kuriyama@FreeBSD.org COMMENT= Character entity sets from ISO 8879:1986 (SGML) +LICENSE= IOS +LICENSE_NAME= International Organization for Standardization license +LICENSE_TEXT= (C) International Organization for Standardization 1986 \ + Permission to copy in any form is granted for use with \ + conforming SGML systems and applications as defined in \ + ISO 8879, provided this notice is included in all copies. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes +NO_ARCH= yes INSTDIR= ${PREFIX}/share/sgml/iso8879 do-install: @${MKDIR} ${STAGEDIR}${INSTDIR} - @${INSTALL_DATA} ${WRKSRC}/ISO* ${STAGEDIR}${INSTDIR} - @${INSTALL_DATA} ${FILESDIR}/catalog ${STAGEDIR}${INSTDIR}/catalog + ${INSTALL_DATA} ${WRKSRC}/ISO* ${STAGEDIR}${INSTDIR} + ${INSTALL_DATA} ${FILESDIR}/catalog ${STAGEDIR}${INSTDIR}/catalog .include