misc/xtail: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
2f1cca607c
commit
89cabca8f0
@ -1,5 +1,6 @@
|
|||||||
PORTNAME= xtail
|
PORTNAME= xtail
|
||||||
PORTVERSION= 2.1
|
PORTVERSION= 2.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= http://www.unicom.com/sw/xtail/ \
|
MASTER_SITES= http://www.unicom.com/sw/xtail/ \
|
||||||
http://utenti.gufi.org/~gmarco/files/distfiles/
|
http://utenti.gufi.org/~gmarco/files/distfiles/
|
||||||
@ -10,10 +11,10 @@ WWW= https://www.unicom.com/sw/xtail/
|
|||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/xtail man/man1/xtail.1.gz
|
PLIST_FILES= bin/xtail share/man/man1/xtail.1.gz
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/man/man1
|
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user