- Change maintainer email to @FreeBSD.org

- Add stage support

Approved by:	wg (mentor)
This commit is contained in:
Danilo Egea Gondolfo 2013-09-30 22:46:13 +00:00
parent f56a00d737
commit d5693a3d60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328889

View file

@ -5,16 +5,13 @@ PORTVERSION= 2.2
CATEGORIES= sysutils
MASTER_SITES= http://entrproject.org/code/
MAINTAINER= danilogondolfo@gmail.com
MAINTAINER= danilo@FreeBSD.org
COMMENT= Runs arbitrary commands when files change
WRKSRC= ${WRKDIR}/eradman-entr-963b395019be
MAKEFILE= Makefile.bsd
MAKE_ARGS= MANPREFIX=${MANPREFIX}/man
PLIST_FILES= bin/entr
MAN1= entr.1
MANCOMPRESSED= no
PLIST_FILES= bin/entr man/man1/entr.1.gz
NO_STAGE= yes
.include <bsd.port.mk>