diff options
Diffstat (limited to 'sysutils/entr/Makefile')
-rw-r--r-- | sysutils/entr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile index c6811d23fe5b..9d6ccaefef81 100644 --- a/sysutils/entr/Makefile +++ b/sysutils/entr/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= entr -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= sysutils MASTER_SITES= http://entrproject.org/code/ \ https://bitbucket.org/eradman/entr/get/ @@ -13,7 +13,7 @@ COMMENT= Runs arbitrary commands when files change # All the code used in FreeBSD is under ISCL license. LICENSE= ISCL -WRKSRC= ${WRKDIR}/eradman-entr-c0009123230b +WRKSRC= ${WRKDIR}/eradman-entr-7821588c309c MAKEFILE= Makefile.bsd MAKE_ARGS= MANPREFIX=${MANPREFIX}/man |