svn commit: r361856 - head/lang/ocaml-autoconf

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jul 15 03:38:17 UTC 2014


Author: vanilla
Date: Tue Jul 15 03:38:16 2014
New Revision: 361856
URL: http://svnweb.freebsd.org/changeset/ports/361856
QAT: https://qat.redports.org/buildarchive/r361856/

Log:
  Stagify.

Modified:
  head/lang/ocaml-autoconf/Makefile

Modified: head/lang/ocaml-autoconf/Makefile
==============================================================================
--- head/lang/ocaml-autoconf/Makefile	Tue Jul 15 03:31:34 2014	(r361855)
+++ head/lang/ocaml-autoconf/Makefile	Tue Jul 15 03:38:16 2014	(r361856)
@@ -17,18 +17,13 @@ WRKSRC=		${WRKDIR}/${PKGNAMEPREFIX}${POR
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 AC_SUBDIR=	${PREFIX}/share/aclocal
 PLIST_FILES=	share/aclocal/ocaml.m4
+OPTIONS_DEFINE=	DOCS
+PORTDOCS=	*
 
-.if !defined(NOPORTDOCS)
-PORTDOCS=	ocaml.m4.txt
-.endif
-
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${AC_SUBDIR}/
-	${INSTALL_DATA} ${WRKSRC}/ocaml.m4 ${AC_SUBDIR}/
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/ocaml.m4.txt ${DOCSDIR}/
-.endif
+	${MKDIR} ${STAGEDIR}${AC_SUBDIR}/
+	${INSTALL_DATA} ${WRKSRC}/ocaml.m4 ${STAGEDIR}${AC_SUBDIR}/
+	${MKDIR} ${STAGEDIR}${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/ocaml.m4.txt ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list