Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 22:46:14 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328889 - head/sysutils/entr
Message-ID:  <201309302246.r8UMkEZB089418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Sep 30 22:46:13 2013
New Revision: 328889
URL: http://svnweb.freebsd.org/changeset/ports/328889

Log:
  - Change maintainer email to @FreeBSD.org
  - Add stage support
  
  Approved by:	wg (mentor)

Modified:
  head/sysutils/entr/Makefile

Modified: head/sysutils/entr/Makefile
==============================================================================
--- head/sysutils/entr/Makefile	Mon Sep 30 22:44:26 2013	(r328888)
+++ head/sysutils/entr/Makefile	Mon Sep 30 22:46:13 2013	(r328889)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309302246.r8UMkEZB089418>