diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:25:22 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:25:22 +0000 |
commit | 15333e1f931139147c2326ebd98eeda4190cf773 (patch) | |
tree | 3872fd7095c47d6a9229d479cb1091a921b1e490 /mail/prepflog/Makefile | |
parent | 2abd5ad9ef15dc35564849e0458994f4017ac958 (diff) |
Notes
Diffstat (limited to 'mail/prepflog/Makefile')
-rw-r--r-- | mail/prepflog/Makefile | 11 |
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> |