ISOEnts: unbreak and rebuild.

This commit is contained in:
Juan RP 2014-10-13 08:49:42 +02:00
parent 5b9e395750
commit 7f0c577b70

View file

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