aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-10 14:59:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-10 14:59:34 +0000
commitf11ba7b70d4a37981ef83d4e1132972129333c19 (patch)
treec8c6c252d3c8d97437255e9f14a38935d04e05d2 /accessibility
parent9f856878f91aa2d2ae5c9977c1378a172fd41f74 (diff)
downloadports-f11ba7b70d4a37981ef83d4e1132972129333c19.tar.gz
ports-f11ba7b70d4a37981ef83d4e1132972129333c19.zip
- Add LICENSE_FILE
- Drop unneeded PLIST_DIRS - Switch to options helpers Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=405700
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/yasr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile
index bbcf1602fb1f..d6dbe18a4b3a 100644
--- a/accessibility/yasr/Makefile
+++ b/accessibility/yasr/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= David.K.Gerry@GMail.com
COMMENT= General-purpose console screen reader
LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
GNU_CONFIGURE= yes
@@ -29,12 +30,11 @@ PLIST_FILES= bin/yasr \
%%DATADIR%%/yasr.conf \
%%NLS%%share/locale/es/LC_MESSAGES/yasr.mo \
%%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo
-PLIST_DIRS= %%DATADIR%%
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/csh|' ${WRKSRC}/yasr.conf
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}