aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-09-30 07:31:56 +0800
committerdanilo <danilo@FreeBSD.org>2013-09-30 07:31:56 +0800
commit8f2bba65d0f40dc8b933bf8b47f638c505166895 (patch)
treea75631b86bc61ed6f881fd60c5cd34042bb9c0ac /misc
parentf00eebd2ae97af2cf1dd41083a33a910aab4277c (diff)
downloadfreebsd-ports-gnome-8f2bba65d0f40dc8b933bf8b47f638c505166895.tar.gz
freebsd-ports-gnome-8f2bba65d0f40dc8b933bf8b47f638c505166895.tar.zst
freebsd-ports-gnome-8f2bba65d0f40dc8b933bf8b47f638c505166895.zip
- Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES - Add stage support Approved by: wg (mentor)
Diffstat (limited to 'misc')
-rw-r--r--misc/teseq/Makefile10
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>