aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-05 17:42:53 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-05 17:42:53 +0800
commit0c7249cfe3d6554763263617b65c2339c843fdb7 (patch)
treedeff6cd19ea375c7458469c58dff1cadde17ece0 /converters
parent5ecb1a5e9cfef5e967dd6cecfc01a224e7d04852 (diff)
downloadfreebsd-ports-gnome-0c7249cfe3d6554763263617b65c2339c843fdb7.tar.gz
freebsd-ports-gnome-0c7249cfe3d6554763263617b65c2339c843fdb7.tar.zst
freebsd-ports-gnome-0c7249cfe3d6554763263617b65c2339c843fdb7.zip
- Add LICENSE_FILE
- Switch to options helpers
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}