mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/sigrot: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
2159833d86
commit
5f7cf86eaf
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= sigrot
|
PORTNAME= sigrot
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= SUNSITE/system/mail/misc
|
MASTER_SITES= SUNSITE/system/mail/misc
|
||||||
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
||||||
|
@ -8,8 +9,8 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Util to rotate your mail/news signature
|
COMMENT= Util to rotate your mail/news signature
|
||||||
|
|
||||||
MAKE_ARGS= DEST="${STAGEDIR}${PREFIX}/bin" \
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue