svn commit: r342643 - head/graphics/libexif

Martin Wilke miwi at FreeBSD.org
Wed Feb 5 07:38:37 UTC 2014


Author: miwi
Date: Wed Feb  5 07:38:36 2014
New Revision: 342643
URL: http://svnweb.freebsd.org/changeset/ports/342643
QAT: https://qat.redports.org/buildarchive/r342643/

Log:
  - Stage support

Modified:
  head/graphics/libexif/Makefile

Modified: head/graphics/libexif/Makefile
==============================================================================
--- head/graphics/libexif/Makefile	Wed Feb  5 07:38:28 2014	(r342642)
+++ head/graphics/libexif/Makefile	Wed Feb  5 07:38:36 2014	(r342643)
@@ -24,7 +24,6 @@ USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -42,11 +41,9 @@ post-patch:
 		 /^install-data-am:/s|install-docDATA||g' ${WRKSRC}/Makefile.in
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list