svn commit: r343592 - head/textproc/teckit

Martin Wilke miwi at FreeBSD.org
Mon Feb 10 07:15:40 UTC 2014


Author: miwi
Date: Mon Feb 10 07:15:39 2014
New Revision: 343592
URL: http://svnweb.freebsd.org/changeset/ports/343592
QAT: https://qat.redports.org/buildarchive/r343592/

Log:
  - Stage support

Modified:
  head/textproc/teckit/Makefile

Modified: head/textproc/teckit/Makefile
==============================================================================
--- head/textproc/teckit/Makefile	Mon Feb 10 07:15:19 2014	(r343591)
+++ head/textproc/teckit/Makefile	Mon Feb 10 07:15:39 2014	(r343592)
@@ -20,14 +20,11 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 DOCS=		AUTHORS README NEWS docs/*.pdf license/LICENSING.txt
 
-NO_STAGE=	yes
 post-patch:
 	${CHMOD} ${BINMODE} ${WRKSRC}/configure ${WRKSRC}/install-sh
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list