aboutsummaryrefslogtreecommitdiff
path: root/textproc/the_silver_searcher
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-10-22 10:11:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-10-22 10:11:00 +0000
commitf572a22029480be69504ffe42e1e80a31af8e348 (patch)
tree6e771da41f478d8c80e22da3ee3f1679ee0638a2 /textproc/the_silver_searcher
parent3e67e252e6d5b31a8da702ab1d23e4fb295ca508 (diff)
downloadports-f572a22029480be69504ffe42e1e80a31af8e348.tar.gz
ports-f572a22029480be69504ffe42e1e80a31af8e348.zip
- Convert to staging
- Use new LIB_DEPENDS format - convert some spaces to tabs to shut portlint up PR: ports/183175 Submitted by: mat Approved by: maintainer
Notes
Notes: svn path=/head/; revision=331247
Diffstat (limited to 'textproc/the_silver_searcher')
-rw-r--r--textproc/the_silver_searcher/Makefile11
-rw-r--r--textproc/the_silver_searcher/pkg-descr2
-rw-r--r--textproc/the_silver_searcher/pkg-plist1
3 files changed, 6 insertions, 8 deletions
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile
index 277923937a20..456fee36d8be 100644
--- a/textproc/the_silver_searcher/Makefile
+++ b/textproc/the_silver_searcher/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= textproc
MAINTAINER= gslin@gslin.org
COMMENT= A code-searching tool similar to ack but faster
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USE_GITHUB= yes
GH_ACCOUNT= ggreer
@@ -21,15 +21,12 @@ AUTOMAKE_ARGS+= --add-missing
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LZMA_LIBS=-llzma
.if exists(/usr/include/lzma.h)
-CONFIGURE_ARGS+= LZMA_CFLAGS=-I/usr/include
+CONFIGURE_ARGS+= LZMA_CFLAGS=-I/usr/include
.else
-LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz
-CONFIGURE_ARGS+= LZMA_CFLAGS=-I${LOCALBASE}/include
+LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz
+CONFIGURE_ARGS+= LZMA_CFLAGS=-I${LOCALBASE}/include
.endif
USE_AUTOTOOLS= aclocal autoconf autoheader automake
USES= pkgconfig
-MAN1= ag.1
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/textproc/the_silver_searcher/pkg-descr b/textproc/the_silver_searcher/pkg-descr
index 4bedfe5a65a0..915839efacf7 100644
--- a/textproc/the_silver_searcher/pkg-descr
+++ b/textproc/the_silver_searcher/pkg-descr
@@ -1,4 +1,4 @@
An attempt to make something better than ack, which itself is better than
grep.
-WWW: https://github.com/ggreer/the_silver_searcher
+WWW: https://github.com/ggreer/the_silver_searcher
diff --git a/textproc/the_silver_searcher/pkg-plist b/textproc/the_silver_searcher/pkg-plist
index 69babcb02293..fc7b79f537dd 100644
--- a/textproc/the_silver_searcher/pkg-plist
+++ b/textproc/the_silver_searcher/pkg-plist
@@ -1,4 +1,5 @@
bin/ag
+man/man1/ag.1.gz
share/the_silver_searcher/completions/ag.bashcomp.sh
@dirrm share/the_silver_searcher/completions
@dirrm share/the_silver_searcher