aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-10-01 06:46:13 +0800
committerdanilo <danilo@FreeBSD.org>2013-10-01 06:46:13 +0800
commitadfd339a8c18958a53216665af07404f3436650d (patch)
treea0eafa145ec581d947e85610f9022f2a266f993f /sysutils
parentcbe13fa10567afdc082730fe383eb9b806d8f25f (diff)
downloadfreebsd-ports-gnome-adfd339a8c18958a53216665af07404f3436650d.tar.gz
freebsd-ports-gnome-adfd339a8c18958a53216665af07404f3436650d.tar.zst
freebsd-ports-gnome-adfd339a8c18958a53216665af07404f3436650d.zip
- Change maintainer email to @FreeBSD.org
- Add stage support Approved by: wg (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/entr/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile
index c4890ba29f18..63a665fbd3e5 100644
--- a/sysutils/entr/Makefile
+++ b/sysutils/entr/Makefile
@@ -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>