Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 23:29:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339301 - head/mail/bmf
Message-ID:  <201401092329.s09NTW2v090732@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan  9 23:29:32 2014
New Revision: 339301
URL: http://svnweb.freebsd.org/changeset/ports/339301

Log:
  Allow packaging as a USER

Modified:
  head/mail/bmf/Makefile

Modified: head/mail/bmf/Makefile
==============================================================================
--- head/mail/bmf/Makefile	Thu Jan  9 23:23:17 2014	(r339300)
+++ head/mail/bmf/Makefile	Thu Jan  9 23:29:32 2014	(r339301)
@@ -8,7 +8,7 @@ CATEGORIES=	mail
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A fast Bayesian Mail Filter compatible with maildrop and procmail
+COMMENT=	Fst Bayesian Mail Filter compatible with maildrop and procmail
 
 OPTIONS_DEFINE=		BDB MYSQL DEBUG
 OPTIONS_DEFAULT=	BDB
@@ -33,7 +33,6 @@ CONFIGURE_ARGS+=--with-mysql
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--without-package
-NEED_ROOT=	yes
 
 .if ${PORT_OPTIONS:MDEBUG}
 CONFIGURE_ARGS+=	--debug=yes
@@ -41,6 +40,7 @@ CONFIGURE_ARGS+=	--debug=yes
 
 post-patch:
 	${REINPLACE_CMD} -e 's/@@CC/${CC}/;s/@@CXX/${CXX}/' ${WRKSRC}/configure
+	${REINPLACE_CMD} -e 's/: checkroot/: /g' ${WRKSRC}/Makefile.in
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bmf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401092329.s09NTW2v090732>