ISOEnts: unbreak and rebuild.

This commit is contained in:
Juan RP 2014-10-13 08:49:42 +02:00
parent 5b9e395750
commit 7f0c577b70
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'ISOEnts'
pkgname=ISOEnts
version=1986
revision=2
revision=3
create_wrksrc=yes
noarch=yes
hostmakedepends="unzip bsdtar"
makedepends="xmlcatmgr"
depends="xmlcatmgr"
sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
short_desc="Character entity sets from ISO 8879:1986 (SGML)"
@ -19,6 +18,6 @@ do_install() {
local dir=${DESTDIR}/usr/share/sgml/iso8879
install -d ${dir}
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}.zip -C ${dir}
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}.zip -C ${dir}
install -m644 ${FILESDIR}/catalog ${dir}
}