diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-07 15:53:49 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-07 15:53:49 +0000 |
commit | d6bc7805e6b3d92055262c23a49ff7e81563d445 (patch) | |
tree | dab82ace27cad7e600ba41365fd1d0c7d8b54478 | |
parent | 6711080e4a68161924a170df42f3aec1a1a1cbac (diff) | |
download | freebsd-ports-d6bc7805e6b3d92055262c23a49ff7e81563d445.zip |
- Add stage support [1]
- Remove the indefinite article from COMMENT
PR: ports/190743
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> [1]
-rw-r--r-- | textproc/pdfgrep/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 974db00e263f..9555e330ca4f 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= michael@ranner.eu -COMMENT= A tool to search text in PDF files +COMMENT= Tool to search text in PDF files LICENSE= GPLv2 @@ -19,8 +19,6 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" -PLIST_FILES= bin/pdfgrep -MAN1= pdfgrep.1 +PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz -NO_STAGE= yes .include <bsd.port.mk> |