Date: Fri, 21 Feb 2014 01:49:52 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345282 - head/textproc/dsssl-docbook-modular Message-ID: <201402210149.s1L1nqq1068675@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Feb 21 01:49:52 2014 New Revision: 345282 URL: http://svnweb.freebsd.org/changeset/ports/345282 QAT: https://qat.redports.org/buildarchive/r345282/ Log: - Stage support Modified: head/textproc/dsssl-docbook-modular/Makefile Modified: head/textproc/dsssl-docbook-modular/Makefile ============================================================================== --- head/textproc/dsssl-docbook-modular/Makefile Fri Feb 21 01:30:20 2014 (r345281) +++ head/textproc/dsssl-docbook-modular/Makefile Fri Feb 21 01:49:52 2014 (r345282) @@ -29,20 +29,16 @@ CATALOG_PORTS_SGML= ${PREFIX}/share/sgml 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402210149.s1L1nqq1068675>