mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/noattach: use ${PREFIX}/share/man
This commit is contained in:
parent
83e04ada2d
commit
21e328a99a
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= noattach
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/
|
||||
|
||||
|
@ -24,7 +24,7 @@ MAKE_ENV+= MILTER_INCLUDES="${MILTERINC}"
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/noattach ${STAGEDIR}${PREFIX}/libexec/noattach
|
||||
${INSTALL_MAN} ${WRKSRC}/noattach.8 ${STAGEDIR}${PREFIX}/man/man8/
|
||||
${INSTALL_MAN} ${WRKSRC}/noattach.8 ${STAGEDIR}${PREFIX}/share/man/man8/
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/noattach.patterns \
|
||||
${STAGEDIR}${PREFIX}/etc/noattach.patterns-dist
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
etc/noattach.patterns-dist
|
||||
libexec/noattach
|
||||
man/man8/noattach.8.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
|
@ -11,3 +10,4 @@ man/man8/noattach.8.gz
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/noattach.patterns
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/noattach.patterns.johncon
|
||||
share/man/man8/noattach.8.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue