aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/cpuminer
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-01 20:17:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-01 20:17:56 +0000
commit97c692491018c993a4bf93a161d7198a1fd738b5 (patch)
treecf6303a4b5cc9147cb4f1aae3d9ef5edc4f1ed17 /net-p2p/cpuminer
parent6375b037d109571eccc0afb0d64690c6a1d15f50 (diff)
downloadports-97c692491018c993a4bf93a161d7198a1fd738b5.tar.gz
ports-97c692491018c993a4bf93a161d7198a1fd738b5.zip
Fix plist
Reported by: poudriere With hat: portmgr
Notes
Notes: svn path=/head/; revision=349889
Diffstat (limited to 'net-p2p/cpuminer')
-rw-r--r--net-p2p/cpuminer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/cpuminer/Makefile b/net-p2p/cpuminer/Makefile
index 28ddad976927..2d8a895984c2 100644
--- a/net-p2p/cpuminer/Makefile
+++ b/net-p2p/cpuminer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cpuminer
PORTVERSION= 2.3.3
+PORTREVISION= 1
CATEGORIES= net-p2p math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= cpuminer
@@ -22,7 +23,7 @@ AUTOMAKE_ARGS= --gnu --add-missing --copy
# gcc 4.6 yields higher hashrates on newer CPUs, gcc 4.8 even better
USE_GCC?= yes
-PLIST_FILES= bin/minerd
+PLIST_FILES= bin/minerd man/man1/minerd.1.gz
PORTDOCS= NEWS README
OPTIONS_DEFINE= DOCS