diff options
-rw-r--r-- | accessibility/yasr/Makefile | 4 |
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} |