aboutsummaryrefslogtreecommitdiffstats
path: root/mail/prepflog
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-26 17:25:22 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-26 17:25:22 +0800
commita4406352274fe3f2031e42d85c00d8a200e51270 (patch)
tree3872fd7095c47d6a9229d479cb1091a921b1e490 /mail/prepflog
parent7250f1058087d4e2c0169669a19bca1a448ba2dc (diff)
downloadfreebsd-ports-gnome-a4406352274fe3f2031e42d85c00d8a200e51270.tar.gz
freebsd-ports-gnome-a4406352274fe3f2031e42d85c00d8a200e51270.tar.zst
freebsd-ports-gnome-a4406352274fe3f2031e42d85c00d8a200e51270.zip
Support staging
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>