mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
7836cc81dc
commit
329e4cad61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345487
@ -12,12 +12,10 @@ COMMENT= Watches the growth of files or directories
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
MAN1= xtail.1
|
||||
PLIST_FILES= bin/xtail
|
||||
PLIST_FILES= bin/xtail man/man1/xtail.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user