mail/sigrot: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 18:55:39 +01:00
parent 2159833d86
commit 5f7cf86eaf
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= sigrot
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SUNSITE/system/mail/misc
DISTNAME= ${PORTNAME}_v${PORTVERSION}
@ -8,8 +9,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Util to rotate your mail/news signature
MAKE_ARGS= DEST="${STAGEDIR}${PREFIX}/bin" \
MANDEST="${STAGEDIR}${PREFIX}/man/man1"
MANDEST="${STAGEDIR}${PREFIX}/share/man/man1"
PLIST_FILES= bin/sigrot man/man1/sigrot.1.gz
PLIST_FILES= bin/sigrot share/man/man1/sigrot.1.gz
.include <bsd.port.mk>