Pet portlint:
- capitalize the beginning of COMMENT; - use {} for a variable instead of ().
This commit is contained in:
parent
0bf959b718
commit
bb58d52523
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320946
@ -8,7 +8,7 @@ CATEGORIES= sysutils
|
||||
MASTER_SITES= http://sammy.net/~sammy/hacks/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= utility for quickly finding duplicate files
|
||||
COMMENT= Utility for quickly finding duplicate files
|
||||
|
||||
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
|
||||
|
||||
@ -19,6 +19,6 @@ post-patch:
|
||||
s|your_database|/var/db/filedupe.db|' ${WRKSRC}/filedupe.c
|
||||
|
||||
do-install:
|
||||
$(INSTALL_PROGRAM) ${WRKSRC}/filedupe ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/filedupe ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user