1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Change maintainer email to @FreeBSD.org

- Convert USE_GMAKE to USES
- Add stage support

Approved by:	wg (mentor)
This commit is contained in:
Danilo Egea Gondolfo 2013-09-29 23:31:56 +00:00
parent df997538c4
commit f7523cdfa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328757

View File

@ -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>