Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2014 09:25:56 +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: r356206 - head/graphics/libexif-gtk
Message-ID:  <201406020925.s529PuOJ011362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Jun  2 09:25:55 2014
New Revision: 356206
URL: http://svnweb.freebsd.org/changeset/ports/356206
QAT: https://qat.redports.org/buildarchive/r356206/

Log:
  - Stage support
  
  PR:		190461
  Submitted by:	maintainer

Modified:
  head/graphics/libexif-gtk/Makefile

Modified: head/graphics/libexif-gtk/Makefile
==============================================================================
--- head/graphics/libexif-gtk/Makefile	Mon Jun  2 09:19:32 2014	(r356205)
+++ head/graphics/libexif-gtk/Makefile	Mon Jun  2 09:25:55 2014	(r356206)
@@ -23,8 +23,6 @@ USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS NLS
 
 .include <bsd.port.options.mk>
@@ -41,9 +39,7 @@ post-patch:
 	@${REINPLACE_CMD} 's|-g ||g' ${WRKSRC}/configure.ac
 
 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}
 
 .include <bsd.port.mk>



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