aboutsummaryrefslogtreecommitdiff
path: root/graphics/libexif
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-05 07:38:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-05 07:38:36 +0000
commit5ff4fcac6fcf59ddcf47cc42d8a9b9e0b87cb7f9 (patch)
treec21cadf75f62baf9309f8bfb1c287e49991afc0e /graphics/libexif
parent6410fd6090cdc42d69ff3151989e3e10bbf11aef (diff)
downloadports-5ff4fcac6fcf59ddcf47cc42d8a9b9e0b87cb7f9.tar.gz
ports-5ff4fcac6fcf59ddcf47cc42d8a9b9e0b87cb7f9.zip
- Stage support
Notes
Notes: svn path=/head/; revision=342643
Diffstat (limited to 'graphics/libexif')
-rw-r--r--graphics/libexif/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index 928a47c5d8b9..adb20d28e14a 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -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>