summaryrefslogtreecommitdiff
path: root/mail/raysfilter
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-22 19:14:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-22 19:14:08 +0000
commit09666e3dd5689a5e276798c4a10ed3a6c726c1b1 (patch)
treebdcd9753e96c92200090b3791966b58b82ff75b9 /mail/raysfilter
parentUpgrade to 20030122 snapshot (diff)
- make portlint happier
Notes
Notes: svn path=/head/; revision=73806
Diffstat (limited to 'mail/raysfilter')
-rw-r--r--mail/raysfilter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/raysfilter/Makefile b/mail/raysfilter/Makefile
index e2f88efef4ac..977be873cd86 100644
--- a/mail/raysfilter/Makefile
+++ b/mail/raysfilter/Makefile
@@ -21,8 +21,8 @@ CTARGETS+= rays-filter
CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==}
LIBS+= ${PTHREAD_LIBS}
.if !defined(SENDMAIL_MILTER_IN_BASE)
-CFLAGS+= -I$(LOCALBASE)/include
-LDFLAGS+= -L$(LOCALBASE)/lib
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.endif
ETCFILES= header-list.conf mail-filter.conf string-list.conf
BINFILES= mf-reset mf-start mf-stop mf-archive mf-analyze mf-memory
@@ -53,7 +53,7 @@ pre-fetch:
.for i in ${CTARGETS}
${i}:
cd ${WRKSRC} && \
- $(CC) $(CFLAGS) $(LDFLAGS) -o ${i} ${i}.c $(LIBS) $(FLAGS)
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${i} ${i}.c ${LIBS} ${FLAGS}
.endfor