svn commit: r328889 - head/sysutils/entr

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Sep 30 22:46:14 UTC 2013


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 at gmail.com
+MAINTAINER=	danilo at 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>


More information about the svn-ports-all mailing list