From owner-svn-ports-all@FreeBSD.ORG Sat Sep 27 07:03:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 115343CA; Sat, 27 Sep 2014 07:03:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F157F83C; Sat, 27 Sep 2014 07:03:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R73uvV074142; Sat, 27 Sep 2014 07:03:56 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R73ujg074141; Sat, 27 Sep 2014 07:03:56 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201409270703.s8R73ujg074141@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sat, 27 Sep 2014 07:03:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369374 - head/mail/openwebmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 07:03:57 -0000 Author: crees Date: Sat Sep 27 07:03:56 2014 New Revision: 369374 URL: http://svnweb.freebsd.org/changeset/ports/369374 QAT: https://qat.redports.org/buildarchive/r369374/ Log: Fix install when no version previously installed Submitted by: pointyhat Modified: head/mail/openwebmail/Makefile Modified: head/mail/openwebmail/Makefile ============================================================================== --- head/mail/openwebmail/Makefile Sat Sep 27 06:49:26 2014 (r369373) +++ head/mail/openwebmail/Makefile Sat Sep 27 07:03:56 2014 (r369374) @@ -136,7 +136,7 @@ post-extract: .endfor post-patch: - ### XXX: Hack, some of this should be LOCALBASE +# ### XXX: Hack, some of this should be LOCALBASE @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' .if defined(DISABLE_SPEEDYCGI) @${ECHO_MSG} "" @@ -204,7 +204,7 @@ do-install: ${COPYTREE_SHARE} . ${STAGEDIR}${OWCGIDIR}) @(cd ${WRKSRC}/data/openwebmail && \ ${COPYTREE_SHARE} . ${STAGEDIR}${OWDATADIR}) - @${PERL} ${OWCGIDIR}/misc/test/dbmtest.pl | ${GREP} "^dbm" > ${STAGEDIR}${OWCGIDIR}/etc/dbm.conf + @${PERL} ${STAGEDIR}${OWCGIDIR}/misc/test/dbmtest.pl | ${GREP} "^dbm" > ${STAGEDIR}${OWCGIDIR}/etc/dbm.conf @${CHMOD} 4755 ${STAGEDIR}${OWCGIDIR}/openwebmail*pl .include