freebsd-ports/sysutils/hdrecover/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

18 lines
396 B
Makefile

# Created by: Cy Schubert <cy@FreeBSD.org>
# $FreeBSD$
PORTNAME= hdrecover
PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= cy@FreeBSD.org
COMMENT= Attempts to recover a hard disk that has bad blocks on it
GNU_CONFIGURE= yes
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/hdrecover
.include <bsd.port.mk>