mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/sma: use ${PREFIX}/share/man
This commit is contained in:
parent
2c34d19987
commit
8fc8d98849
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= sma
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= LOCAL/dinoex \
|
||||
ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/
|
||||
|
@ -20,7 +21,7 @@ do-configure:
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sma ${STAGEDIR}${PREFIX}/bin/sma
|
||||
${INSTALL_MAN} ${WRKSRC}/sma.8 ${STAGEDIR}${PREFIX}/man/man8/
|
||||
${INSTALL_MAN} ${WRKSRC}/sma.8 ${STAGEDIR}${PREFIX}/share/man/man8/
|
||||
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
bin/sma
|
||||
man/man8/sma.8.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sma.conf
|
||||
share/man/man8/sma.8.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue