mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support staging
This commit is contained in:
parent
3795470f23
commit
04c70a1ac2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346185
2 changed files with 6 additions and 8 deletions
|
@ -9,15 +9,15 @@ MASTER_SITES= http://lev.serebryakov.spb.ru/download/qlas/
|
||||||
MAINTAINER= dsh@vlink.ru
|
MAINTAINER= dsh@vlink.ru
|
||||||
COMMENT= Qico FIDO mailer log analyzer and statistic builder
|
COMMENT= Qico FIDO mailer log analyzer and statistic builder
|
||||||
|
|
||||||
|
USES= shebangfix perl5 dos2unix
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USES= shebangfix perl5
|
|
||||||
SHEBANG_FILES= qlas
|
|
||||||
USE_DOS2UNIX= qlas qlas.conf.default
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
PLIST_FILES= bin/qlas etc/qlas.conf.default
|
||||||
|
SHEBANG_FILES= qlas
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/qlas ${PREFIX}/bin/
|
${INSTALL_SCRIPT} ${WRKSRC}/qlas ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_DATA} ${WRKSRC}/qlas.conf.default ${PREFIX}/etc/
|
${INSTALL_DATA} ${WRKSRC}/qlas.conf.default ${STAGEDIR}${PREFIX}/etc
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bin/qlas
|
|
||||||
etc/qlas.conf.default
|
|
Loading…
Add table
Reference in a new issue