aboutsummaryrefslogtreecommitdiff
path: root/mail/prepflog
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 09:25:22 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 09:25:22 +0000
commit15333e1f931139147c2326ebd98eeda4190cf773 (patch)
tree3872fd7095c47d6a9229d479cb1091a921b1e490 /mail/prepflog
parent2abd5ad9ef15dc35564849e0458994f4017ac958 (diff)
downloadports-15333e1f931139147c2326ebd98eeda4190cf773.tar.gz
ports-15333e1f931139147c2326ebd98eeda4190cf773.zip
Support staging
Notes
Notes: svn path=/head/; revision=346165
Diffstat (limited to 'mail/prepflog')
-rw-r--r--mail/prepflog/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/prepflog/Makefile b/mail/prepflog/Makefile
index 916698ccdb54..b4f8a105f7cf 100644
--- a/mail/prepflog/Makefile
+++ b/mail/prepflog/Makefile
@@ -10,13 +10,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tabmow@freenode.net
COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats
-PLIST_FILES= bin/prepflog
-
+USES= perl5 shebangfix
NO_BUILD= yes
-USES= perl5
-NO_STAGE= yes
+SHEBANG_FILES= prepflog.pl
+PLIST_FILES= bin/prepflog
+
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>