diff options
Diffstat (limited to 'news/sabnzbd/Makefile')
-rw-r--r-- | news/sabnzbd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/news/sabnzbd/Makefile b/news/sabnzbd/Makefile index bb3ce9ff4281..ecb88c325ac0 100644 --- a/news/sabnzbd/Makefile +++ b/news/sabnzbd/Makefile @@ -1,5 +1,5 @@ PORTNAME= sabnzbd -DISTVERSION= 4.5.2 +DISTVERSION= 4.5.3 CATEGORIES= news MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ DISTNAME= SABnzbd-${DISTVERSION}-src @@ -75,9 +75,7 @@ do-install: post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-NLS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} "email locale" ${STAGEDIR}${DATADIR}) |