diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile index 826e1234493e1..f262851e611aa 100644 --- a/mail/sigrot/Makefile +++ b/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} @@ -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