Skip to content

Commit

Permalink
mail/sigrot: 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 2159833 commit 5f7cf86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mail/sigrot/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sigrot
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SUNSITE/system/mail/misc
DISTNAME= ${PORTNAME}_v${PORTVERSION}
Expand All @@ -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>

0 comments on commit 5f7cf86

Please sign in to comment.