diff options
-rw-r--r-- | graphics/libexif-gtk/Makefile | 8 |
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> |