svn commit: r356206 - head/graphics/libexif-gtk
Martin Wilke
miwi at FreeBSD.org
Mon Jun 2 09:25:56 UTC 2014
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>
More information about the svn-ports-head
mailing list