1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/mail/sigrot/Makefile
Muhammad Moinur Rahman 5f7cf86eaf
mail/sigrot: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 19:20:56 +01:00

17 lines
394 B
Makefile

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