aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/ytnef/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile
index 53da92046743..d36399fa565d 100644
--- a/converters/ytnef/Makefile
+++ b/converters/ytnef/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Unpack data in MS Outlook TNEF format
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libytnef.so:${PORTSDIR}/devel/libytnef
RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
@@ -32,7 +33,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|' \
${WRKSRC}/src/ytnef/*.pl
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}