svn commit: r356918 - head/textproc/pdfgrep
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Jun 7 15:53:50 UTC 2014
Author: danilo
Date: Sat Jun 7 15:53:49 2014
New Revision: 356918
URL: http://svnweb.freebsd.org/changeset/ports/356918
QAT: https://qat.redports.org/buildarchive/r356918/
Log:
- Add stage support [1]
- Remove the indefinite article from COMMENT
PR: ports/190743
Submitted by: Zsolt Udvari <udvzsolt at gmail.com> [1]
Modified:
head/textproc/pdfgrep/Makefile
Modified: head/textproc/pdfgrep/Makefile
==============================================================================
--- head/textproc/pdfgrep/Makefile Sat Jun 7 15:50:18 2014 (r356917)
+++ head/textproc/pdfgrep/Makefile Sat Jun 7 15:53:49 2014 (r356918)
@@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSI
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= michael at 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>
More information about the svn-ports-head
mailing list