From f11ba7b70d4a37981ef83d4e1132972129333c19 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 10 Jan 2016 14:59:34 +0000 Subject: - Add LICENSE_FILE - Drop unneeded PLIST_DIRS - Switch to options helpers Approved by: portmgr blanket --- accessibility/yasr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accessibility') 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} -- cgit v1.2.3