diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-06-10 13:42:17 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-06-10 13:42:17 +0000 |
commit | 57ca3f2c4b20b0ff13279f49a0db5ef4ee9643cd (patch) | |
tree | eda798b33b3e2844374ea2461cc00b937cb8e32a /textproc/iso12083 | |
parent | 9435bc9bedcb943667a07f35891a5449d136adfb (diff) | |
download | ports-57ca3f2c4b20b0ff13279f49a0db5ef4ee9643cd.tar.gz ports-57ca3f2c4b20b0ff13279f49a0db5ef4ee9643cd.zip |
Notes
Diffstat (limited to 'textproc/iso12083')
-rw-r--r-- | textproc/iso12083/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile index 8d902feac0ca..7ace079b9ef5 100644 --- a/textproc/iso12083/Makefile +++ b/textproc/iso12083/Makefile @@ -23,11 +23,10 @@ NO_WRKSUBDIR= yes PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR} PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} -INSTDIR= ${PREFIX}/share/sgml/iso12083 +INSTDIR= ${STAGEDIR}${PREFIX}/share/sgml/iso12083 XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports -NO_STAGE= yes pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} @@ -37,7 +36,4 @@ do-install: done @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog -post-install: - @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog - .include <bsd.port.mk> |