mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Add license
- Add NO_ARCH PR: 228745 Approved by: maintainer timeout (hrs, 2 weeks)
This commit is contained in:
parent
5a7e5c39cf
commit
addabb0445
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472786
@ -11,16 +11,22 @@ MASTER_SITES= https://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/ \
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= XML character entities
|
||||
|
||||
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:textproc/xmlcatmgr
|
||||
|
||||
USES= zip
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
XMLDIR= ${PREFIX}/share/xml/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${XMLDIR}
|
||||
@${MKDIR} ${STAGEDIR}${XMLDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.ent \
|
||||
${FILESDIR}/catalog ${FILESDIR}/catalog.xml ${STAGEDIR}${XMLDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user