mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Add LICENSE
- Add NO_ARCH - Unsilence installation commands Approved by: portmgr blanket
This commit is contained in:
parent
07847a3295
commit
436e0fa4db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467217
@ -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 <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user