diff options
Diffstat (limited to 'mail/smtpmail/Makefile')
-rw-r--r-- | mail/smtpmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile index 269a7a3..c8a8d7d 100644 --- a/mail/smtpmail/Makefile +++ b/mail/smtpmail/Makefile @@ -15,8 +15,8 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= Tool to send e-mail via a remote smtp server GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/smtpmail |