diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-02 04:17:56 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-02 04:17:56 +0800 |
commit | 97c692491018c993a4bf93a161d7198a1fd738b5 (patch) | |
tree | cf6303a4b5cc9147cb4f1aae3d9ef5edc4f1ed17 /net-p2p/cpuminer | |
parent | 6375b037d109571eccc0afb0d64690c6a1d15f50 (diff) | |
download | freebsd-ports-gnome-97c692491018c993a4bf93a161d7198a1fd738b5.tar.gz freebsd-ports-gnome-97c692491018c993a4bf93a161d7198a1fd738b5.tar.zst freebsd-ports-gnome-97c692491018c993a4bf93a161d7198a1fd738b5.zip |
Fix plist
Reported by: poudriere
With hat: portmgr
Diffstat (limited to 'net-p2p/cpuminer')
-rw-r--r-- | net-p2p/cpuminer/Makefile | 3 |
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 |