summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 10:04:03 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 10:04:03 +0000
commit04c70a1ac212f8c4f9dcdf5d9314ca143acc4d3c (patch)
tree9f1ff08d391f01e0539c044ec284d0574c98b953 /misc
parent- Support staging (diff)
Support staging
Notes
Notes: svn path=/head/; revision=346185
Diffstat (limited to 'misc')
-rw-r--r--misc/qlas/Makefile10
-rw-r--r--misc/qlas/pkg-plist2
2 files changed, 5 insertions, 7 deletions
diff --git a/misc/qlas/Makefile b/misc/qlas/Makefile
index 546c79a70748..b6485a26b775 100644
--- a/misc/qlas/Makefile
+++ b/misc/qlas/Makefile
@@ -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
+
+PLIST_FILES= bin/qlas etc/qlas.conf.default
SHEBANG_FILES= qlas
-USE_DOS2UNIX= qlas qlas.conf.default
-NO_STAGE= yes
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>
diff --git a/misc/qlas/pkg-plist b/misc/qlas/pkg-plist
deleted file mode 100644
index 0463cebbdfc5..000000000000
--- a/misc/qlas/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/qlas
-etc/qlas.conf.default