diff options
author | az <az@FreeBSD.org> | 2013-05-26 02:57:44 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-26 02:57:44 +0800 |
commit | 88160bbd5bca1014fd374993a9334071f0cf517b (patch) | |
tree | e767edf83564db29a983cb97f5e8324cb7081735 /mail/dbmail | |
parent | b97398b9210abe2544b109798a76661ecdb2f850 (diff) | |
download | freebsd-ports-gnome-88160bbd5bca1014fd374993a9334071f0cf517b.tar.gz freebsd-ports-gnome-88160bbd5bca1014fd374993a9334071f0cf517b.tar.zst freebsd-ports-gnome-88160bbd5bca1014fd374993a9334071f0cf517b.zip |
- Fix issue with building dmail, when perl build
without /usr/bin/perl symlink.
PR: ports/177467
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by: Alan Hicks <ahicks@p-o.co.uk> (maintainer and patch)
Diffstat (limited to 'mail/dbmail')
-rw-r--r-- | mail/dbmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 0b44746bb430..b16af6685e43 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbmail PORTVERSION= 3.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/3.0/ @@ -35,6 +35,8 @@ USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved USE_OPENSSL= yes +USES= shebangfix +SHEBANG_FILES= man/fixsp.pl CFLAGS+= -fPIC ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include |