textproc/fist: Moved man to share/man

This commit is contained in:
Muhammad Moinur Rahman 2024-01-30 22:36:26 +01:00
parent ef34db7d96
commit 83ef7c0059
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= fist
PORTVERSION= 4.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://www.fourmilab.ch/fist/
@ -11,8 +12,9 @@ LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/fist \
man/man1/fist.1.gz
share/man/man1/fist.1.gz
.include <bsd.port.mk>