diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-14 09:43:30 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-14 09:43:30 +0000 |
| commit | 5637caab7110dbe179d9ad12e5520dccbaefba97 (patch) | |
| tree | ecaf9d0d51043599715b7ad923314e81b39c0333 /sysutils/filewatcherd/Makefile | |
| parent | - STAGE-clean (diff) | |
Fix license
Fix pkg-message
Do not show message in post-install, the stage is already taking care of doing it
Approved by: Natacha Porte <natbsd@instinctive.eu>
Diffstat (limited to 'sysutils/filewatcherd/Makefile')
| -rw-r--r-- | sysutils/filewatcherd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/filewatcherd/Makefile b/sysutils/filewatcherd/Makefile index 8bedda200437..db12099a01b2 100644 --- a/sysutils/filewatcherd/Makefile +++ b/sysutils/filewatcherd/Makefile @@ -3,13 +3,14 @@ PORTNAME= filewatcherd PORTVERSION= 1.0b2 +PORTREVISION= 1 DISTNAME= ${PORTNAME}-${GH_TAGNAME} CATEGORIES= sysutils MAINTAINER= natbsd@instinctive.eu COMMENT= Daemon that watches files and runs commands when they change -LICENSE= BSD +LICENSE= ISCL USE_GITHUB= yes GH_ACCOUNT= faelys @@ -25,7 +26,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${STAGEDIR}${PREFIX}/etc -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |
