Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 23:31:56 +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: r328757 - head/misc/teseq
Message-ID:  <201309292331.r8TNVurB031468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Sep 29 23:31:56 2013
New Revision: 328757
URL: http://svnweb.freebsd.org/changeset/ports/328757

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

Modified:
  head/misc/teseq/Makefile

Modified: head/misc/teseq/Makefile
==============================================================================
--- head/misc/teseq/Makefile	Sun Sep 29 23:24:12 2013	(r328756)
+++ head/misc/teseq/Makefile	Sun Sep 29 23:31:56 2013	(r328757)
@@ -6,16 +6,16 @@ PORTVERSION=	1.1
 CATEGORIES=	misc
 MASTER_SITES=	GNU
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Terminal control sequence analyzer
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=	gmake
 
 INFO=	teseq
-MAN1=	reseq.1 teseq.1
 
-PLIST_FILES=	bin/reseq bin/teseq
+PLIST_FILES=	bin/reseq bin/teseq \
+				man/man1/reseq.1.gz \
+				man/man1/teseq.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?201309292331.r8TNVurB031468>