Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 01:56:03 +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: r345296 - head/devel/libplist
Message-ID:  <201402210156.s1L1u3J5073238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402210156.s1L1u3J5073238>