Skip to content

Commit

Permalink
misc/teseq: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 08dfd0a commit 89b4e4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions misc/teseq/Makefile
@@ -1,6 +1,6 @@
PORTNAME= teseq
PORTVERSION= 1.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= GNU

Expand All @@ -9,12 +9,13 @@ COMMENT= Terminal control sequence analyzer
WWW= https://www.gnu.org/software/teseq/

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake perl5

INFO= teseq

PLIST_FILES= bin/reseq bin/teseq \
man/man1/reseq.1.gz \
man/man1/teseq.1.gz
share/man/man1/reseq.1.gz \
share/man/man1/teseq.1.gz

.include <bsd.port.mk>

0 comments on commit 89b4e4b

Please sign in to comment.