misc/ptsort: Move man pages to share/man

Approved by:	portmgr (blanket)
2024Q2
Nuno Teixeira 2024-03-17 10:29:27 +00:00
parent fa67a814d0
commit d2391cdec7
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= ptsort
PORTVERSION= 1.20170904
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= https://github.com/dag-erling/${PORTNAME}/releases/download/${PORTVERSION}/
@ -10,8 +11,9 @@ WWW= https://github.com/dag-erling/ptsort
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>