svn commit: r341164 - head/textproc/db2latex

Mathieu Arnold mat at FreeBSD.org
Sun Jan 26 12:14:30 UTC 2014


Author: mat
Date: Sun Jan 26 12:14:29 2014
New Revision: 341164
URL: http://svnweb.freebsd.org/changeset/ports/341164
QAT: https://qat.redports.org/buildarchive/r341164/

Log:
  Convert to staging.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/db2latex/Makefile

Modified: head/textproc/db2latex/Makefile
==============================================================================
--- head/textproc/db2latex/Makefile	Sun Jan 26 12:08:06 2014	(r341163)
+++ head/textproc/db2latex/Makefile	Sun Jan 26 12:14:29 2014	(r341164)
@@ -17,21 +17,16 @@ RUN_DEPENDS=	xsltproc:${PORTSDIR}/textpr
 
 NO_BUILD=	yes
 
-.if !defined(NOPORTDOCS)
 PORTDOCS=	*
-.endif
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${DATADIR}
-	${CP} -R ${WRKSRC}/xsl ${DATADIR}
-	@${FIND} ${DATADIR} ! -type d | \
-		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
-	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
-		${SED} 's,^${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${CP} -R ${WRKSRC}/xsl ${STAGEDIR}${DATADIR}
+	@${FIND} ${STAGEDIR}${DATADIR} ! -type d | \
+		${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
+	@${FIND} ${STAGEDIR}${DATADIR} -type d | ${SORT} -r | \
+		${SED} 's,^${STAGEDIR}${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${CP} -R ${WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list