1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix plist

This commit is contained in:
Antoine Brodin 2014-02-09 12:46:38 +00:00
parent 7439b8c4ff
commit d6127f34bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343493

View File

@ -3,7 +3,7 @@
PORTNAME= cpuminer
PORTVERSION= 2.3.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net-p2p math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= cpuminer
@ -24,11 +24,12 @@ AUTOMAKE_ARGS= --gnu --add-missing --copy
USE_GCC?= yes
PLIST_FILES= bin/minerd
PORTDOCS= NEWS README
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
.for FILE in NEWS README
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}/
.endfor
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>