aboutsummaryrefslogtreecommitdiff
path: root/archivers/libpar2
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:57:31 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-18 07:57:31 +0000
commit142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42 (patch)
tree3b34a790743d501df42bd56a9dd54de3486de358 /archivers/libpar2
parentd233d23153a79abe3de1d8486176c4d98ab09947 (diff)
downloadports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.tar.gz
ports-142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42.zip
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while I am here.
Notes
Notes: svn path=/head/; revision=309150
Diffstat (limited to 'archivers/libpar2')
-rw-r--r--archivers/libpar2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libpar2/Makefile b/archivers/libpar2/Makefile
index 497d6347796c..ac8014f10216 100644
--- a/archivers/libpar2/Makefile
+++ b/archivers/libpar2/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= archivers
MASTER_SITES= SF/parchive/${PORTNAME}/${PORTVERSION}
MAINTAINER= toxic@doobie.com
-COMMENT= A library for manipulating par2 files, extracted from par2cmdline
+COMMENT= Library for manipulating PAR2 files, extracted from par2cmdline
LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20
@@ -26,13 +26,13 @@ ENABLECANCEL_DESC= Enable graceful cancellation of repairs
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MENABLECANCEL}
-EXTRA_PATCHES+= ${FILESDIR}/xpatch-addcancel-par2repairer.cpp
+EXTRA_PATCHES= ${FILESDIR}/xpatch-addcancel-par2repairer.cpp
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>