1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add stage support [1]

- Remove the indefinite article from COMMENT

PR:		ports/190743
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> [1]
This commit is contained in:
Danilo Egea Gondolfo 2014-06-07 15:53:49 +00:00
parent 6711080e4a
commit d6bc7805e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356918

View File

@ -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>