diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-29 23:31:56 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-29 23:31:56 +0000 |
commit | f7523cdfa710170993ccf7212a8388a2cf1f3356 (patch) | |
tree | a75631b86bc61ed6f881fd60c5cd34042bb9c0ac /misc/teseq | |
parent | df997538c4874f7633533414aa8af14302c8e806 (diff) | |
download | ports-f7523cdfa710170993ccf7212a8388a2cf1f3356.tar.gz ports-f7523cdfa710170993ccf7212a8388a2cf1f3356.zip |
Notes
Diffstat (limited to 'misc/teseq')
-rw-r--r-- | misc/teseq/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/teseq/Makefile b/misc/teseq/Makefile index 4065ead79d19..614a0749cc70 100644 --- a/misc/teseq/Makefile +++ b/misc/teseq/Makefile @@ -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> |