diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-02 04:17:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-02 04:17:56 +0800 |
commit | 2f4f8b0fbe87866b53578038dd96954c42183085 (patch) | |
tree | cf6303a4b5cc9147cb4f1aae3d9ef5edc4f1ed17 /net-p2p | |
parent | 76f84aaae8f7ab3d04bcc7b740e109bb5a5e6a3d (diff) | |
download | freebsd-ports-gnome-2f4f8b0fbe87866b53578038dd96954c42183085.tar.gz freebsd-ports-gnome-2f4f8b0fbe87866b53578038dd96954c42183085.tar.zst freebsd-ports-gnome-2f4f8b0fbe87866b53578038dd96954c42183085.zip |
Fix plist
Reported by: poudriere
With hat: portmgr
Diffstat (limited to 'net-p2p')
-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 |