From 2b448389b4ce79fa65f8c9af7e43aea18f160ffe Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 2 Jan 2015 13:00:52 +0000 Subject: [PATCH] - add shebangfix --- mail/raysfilter/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/raysfilter/Makefile b/mail/raysfilter/Makefile index deaeaa872e8c..6035d10d38dc 100644 --- a/mail/raysfilter/Makefile +++ b/mail/raysfilter/Makefile @@ -10,9 +10,11 @@ DISTNAME= rays-filter-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Configurable filter for Sendmail Milter +USES= shebangfix CTARGETS+= rays-filter CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==} LIBS+= ${PTHREAD_LIBS} +SHEBANG_FILES= mf-analyze ETCFILES= header-list.conf mail-filter.conf string-list.conf BINFILES= mf-reset mf-start mf-stop mf-archive mf-analyze mf-memory DOCSFILES= rays-filter.html install.html configure.html operate.html \