mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/gotthard: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
1bfdf15067
commit
d48d91e28c
@ -1,5 +1,6 @@
|
||||
PORTNAME= gotthard
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.nazgul.ch/dev/
|
||||
|
||||
@ -9,7 +10,7 @@ WWW= http://www.nazgul.ch/dev.html
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||
${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${STAGEDIR}${PREFIX}/etc/gotthard.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/gotthard
|
||||
@sample etc/gotthard.conf.sample
|
||||
man/man8/gotthard.8.gz
|
||||
share/man/man8/gotthard.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user