svn commit: r328757 - head/misc/teseq

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Sep 29 23:31:57 UTC 2013


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


More information about the svn-ports-all mailing list