diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-14 23:32:31 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-14 23:32:31 +0800 |
commit | bc185466187942542dd06ad0fe00d70f9f89c005 (patch) | |
tree | 8cad25376dc4cefc799ee0143f9bc4ae64ef7145 /sysutils | |
parent | 8c3448360dd5b035997cf16d1be424ef244172a9 (diff) | |
download | freebsd-ports-gnome-bc185466187942542dd06ad0fe00d70f9f89c005.tar.gz freebsd-ports-gnome-bc185466187942542dd06ad0fe00d70f9f89c005.tar.zst freebsd-ports-gnome-bc185466187942542dd06ad0fe00d70f9f89c005.zip |
Pet portlint:
- capitalize the beginning of COMMENT;
- use {} for a variable instead of ().
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/filedupe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/filedupe/Makefile b/sysutils/filedupe/Makefile index 068bc7d7a13d..6a8f2ffaa0c9 100644 --- a/sysutils/filedupe/Makefile +++ b/sysutils/filedupe/Makefile @@ -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> |