diff options
author | zi <zi@FreeBSD.org> | 2013-11-02 05:52:46 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-11-02 05:52:46 +0800 |
commit | 174198c14ed797f371e88ec2d611b3d6938cecc0 (patch) | |
tree | f9633f943d890f4291bea91c8c3b5435d0f2c22b /finance/vanitygen | |
parent | 1fc064de62f043169aaf13d7c18ef0c5947698a8 (diff) | |
download | freebsd-ports-gnome-174198c14ed797f371e88ec2d611b3d6938cecc0.tar.gz freebsd-ports-gnome-174198c14ed797f371e88ec2d611b3d6938cecc0.tar.zst freebsd-ports-gnome-174198c14ed797f371e88ec2d611b3d6938cecc0.zip |
- Fix LIB_DEPENDS style
- COMMENTs should not start with 'A' or 'An'
- Eliminate unneeded LDFLAGS
Reported by: Boris Samorodov <bsam@passap.ru>
Diffstat (limited to 'finance/vanitygen')
-rw-r--r-- | finance/vanitygen/Makefile | 6 |
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} |