svn commit: r345296 - head/devel/libplist

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 01:56:03 UTC 2014


Author: miwi
Date: Fri Feb 21 01:56:02 2014
New Revision: 345296
URL: http://svnweb.freebsd.org/changeset/ports/345296
QAT: https://qat.redports.org/buildarchive/r345296/

Log:
  - Stage support

Modified:
  head/devel/libplist/Makefile

Modified: head/devel/libplist/Makefile
==============================================================================
--- head/devel/libplist/Makefile	Fri Feb 21 01:55:55 2014	(r345295)
+++ head/devel/libplist/Makefile	Fri Feb 21 01:56:02 2014	(r345296)
@@ -26,8 +26,6 @@ USE_LDCONFIG=	${LOCALBASE}/lib
 
 PORTDOCS=	AUTHORS NEWS README
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS 
 
 .include <bsd.port.options.mk>
@@ -41,10 +39,8 @@ post-patch:
 		${WRKSRC}/CMakeLists.txt
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 .endif # ${SLAVE_PORT} == "no"
 


More information about the svn-ports-all mailing list