sysutils/topless: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 08:27:23 +01:00
parent 7996ee67ff
commit 4dfb04ef08
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= topless
PORTVERSION= 1.52
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://people.freebsd.org/~daichi/src/
@ -13,6 +14,8 @@ USES= perl5
USE_PERL5= build
NO_ARCH= yes
PLIST_FILES= bin/topless man/man1/topless.1.gz
MAKE_ARGS= MANDIR=${PREFIX}/share/man
PLIST_FILES= bin/topless share/man/man1/topless.1.gz
.include <bsd.port.mk>