svn commit: r319067 - head/mail/dbmail
Andrej Zverev
az at FreeBSD.org
Sat May 25 18:57:45 UTC 2013
Author: az
Date: Sat May 25 18:57:44 2013
New Revision: 319067
URL: http://svnweb.freebsd.org/changeset/ports/319067
Log:
- Fix issue with building dmail, when perl build
without /usr/bin/perl symlink.
PR: ports/177467
Submitted by: Lukasz Wasikowski <lukasz at wasikowski.net>
Approved by: Alan Hicks <ahicks at p-o.co.uk> (maintainer and patch)
Modified:
head/mail/dbmail/Makefile (contents, props changed)
Modified: head/mail/dbmail/Makefile
==============================================================================
--- head/mail/dbmail/Makefile Sat May 25 18:46:40 2013 (r319066)
+++ head/mail/dbmail/Makefile Sat May 25 18:57:44 2013 (r319067)
@@ -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
More information about the svn-ports-all
mailing list