aboutsummaryrefslogtreecommitdiff
path: root/graphics/libexif-gtk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-06-02 09:25:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-06-02 09:25:55 +0000
commit712ebfe0d917a7019c1112faa3e0bc5b965ebd8c (patch)
treed459775021b5e334c7989f3350ca0790c023db16 /graphics/libexif-gtk
parentf1d7510a15bcfa7f0f6a1e55bf8413d004372d83 (diff)
downloadports-712ebfe0d917a7019c1112faa3e0bc5b965ebd8c.tar.gz
ports-712ebfe0d917a7019c1112faa3e0bc5b965ebd8c.zip
- Stage support
PR: 190461 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=356206
Diffstat (limited to 'graphics/libexif-gtk')
-rw-r--r--graphics/libexif-gtk/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile
index cab66b8a4adb..02a29241dcc2 100644
--- a/graphics/libexif-gtk/Makefile
+++ b/graphics/libexif-gtk/Makefile
@@ -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>