summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2013-11-01 21:52:46 +0000
committerzi <zi@FreeBSD.org>2013-11-01 21:52:46 +0000
commit174198c14ed797f371e88ec2d611b3d6938cecc0 (patch)
treef9633f943d890f4291bea91c8c3b5435d0f2c22b
parent1fc064de62f043169aaf13d7c18ef0c5947698a8 (diff)
downloadFreeBSD-ports-174198c14ed797f371e88ec2d611b3d6938cecc0.zip
FreeBSD-ports-174198c14ed797f371e88ec2d611b3d6938cecc0.tar.gz
- Fix LIB_DEPENDS style
- COMMENTs should not start with 'A' or 'An' - Eliminate unneeded LDFLAGS Reported by: Boris Samorodov <bsam@passap.ru>
-rw-r--r--finance/vanitygen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile
index 950699f..27e8364 100644
--- a/finance/vanitygen/Makefile
+++ b/finance/vanitygen/Makefile
@@ -8,17 +8,17 @@ MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/archive/
DISTNAME= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A standalone vanity address generator for bitcoin
+COMMENT= Standalone vanity address generator for bitcoin
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= samr7
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= 20130402
-LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/keyconv bin/vanitygen
+
NO_STAGE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OpenPOWER on IntegriCloud