diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 09:49:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 09:49:52 +0800 |
commit | 675a02a366b9b5a3ebc559ccc6f28bdc7ca15e9d (patch) | |
tree | 1c089a5ab06c61242f30a9cb70c920ebf731303c | |
parent | e7b46d273201736242c7c696e6b4582433a36c9e (diff) | |
download | freebsd-ports-gnome-675a02a366b9b5a3ebc559ccc6f28bdc7ca15e9d.tar.gz freebsd-ports-gnome-675a02a366b9b5a3ebc559ccc6f28bdc7ca15e9d.tar.zst freebsd-ports-gnome-675a02a366b9b5a3ebc559ccc6f28bdc7ca15e9d.zip |
- Stage support
-rw-r--r-- | textproc/dsssl-docbook-modular/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index bfd04ba8b8d7..6e5b1336c490 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -29,20 +29,16 @@ CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports PLIST_SUB= XMLCATMGR=${XMLCATMGR} DTDDIR=${RELDIR} \ CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} -NO_STAGE= yes do-build: ${RM} -Rf ${WRKSRC}/docsrc pre-su-install: - ${MKDIR} ${INSTDIR} + ${MKDIR} ${STAGEDIR}${INSTDIR} ${FIND} ${WRKDIR} -name '*.orig' -exec ${RM} {} \; ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC} do-install: - @cd ${WRKSRC} && ${TAR} cpf - . | (cd ${INSTDIR} && ${TAR} xpf -) + @cd ${WRKSRC} && ${TAR} cpf - . | (cd ${STAGEDIR}${INSTDIR} && ${TAR} xpf -) -post-install: - -${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${RELDIR}/catalog - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |