1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-26 10:04:03 +00:00
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

View File

@ -9,15 +9,15 @@ MASTER_SITES= http://lev.serebryakov.spb.ru/download/qlas/
MAINTAINER= dsh@vlink.ru
COMMENT= Qico FIDO mailer log analyzer and statistic builder
USES= shebangfix perl5 dos2unix
NO_WRKSUBDIR= 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:
${INSTALL_SCRIPT} ${WRKSRC}/qlas ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/qlas.conf.default ${PREFIX}/etc/
${INSTALL_SCRIPT} ${WRKSRC}/qlas ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/qlas.conf.default ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
bin/qlas
etc/qlas.conf.default