diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-10-23 17:23:02 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-10-23 17:23:02 +0000 |
commit | a139f147ac7266327013b04939d924482b33976b (patch) | |
tree | 625527762f25a4b9f18162bbfb134292baba9d95 /security/fswatch/Makefile | |
parent | 6458e09c58c65a59ad507cfd22d44e7536bb410b (diff) |
security/fswatch: Take maintainership & clean up
- Take maintainership
- Remove now empty files/
- Do not use SUB_FILES for pkg-message as there is nothing to substitute
- Set LICENSE and LICENSE_FILE
- Sort variables
- Do not set WRKSRC as it is not necessary
- Reword pkg-message
- Use @sample for a sample configuration file and bump port revision
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D17669
Notes
Notes:
svn path=/head/; revision=482848
Diffstat (limited to 'security/fswatch/Makefile')
-rw-r--r-- | security/fswatch/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/fswatch/Makefile b/security/fswatch/Makefile index 0a902db306cf..d398e65429a8 100644 --- a/security/fswatch/Makefile +++ b/security/fswatch/Makefile @@ -3,20 +3,20 @@ PORTNAME= fswatch DISTVERSION= 0.02beta5 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.02beta5 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 0mp@FreeBSD.org COMMENT= File system checksum checker -GNU_CONFIGURE= yes +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-regex \ --enable-stflags - -SUB_FILES= pkg-message - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.b/beta/}/ +GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} '/INSTALL/ s|prefix)|DESTDIR)$$(&|' \ |