summaryrefslogtreecommitdiff
path: root/finance/vanitygen
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2013-11-01 21:52:46 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2013-11-01 21:52:46 +0000
commit7779a5840150ad9aab03ef37cb6f87cb31568482 (patch)
treef9633f943d890f4291bea91c8c3b5435d0f2c22b /finance/vanitygen
parent- Update to version 0.9y (diff)
- Fix LIB_DEPENDS style
- COMMENTs should not start with 'A' or 'An' - Eliminate unneeded LDFLAGS Reported by: Boris Samorodov <bsam@passap.ru>
Notes
Notes: svn path=/head/; revision=332414
Diffstat (limited to 'finance/vanitygen')
-rw-r--r--finance/vanitygen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile
index 950699f8297f..27e836428e19 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}