Date: Sat, 27 Sep 2014 07:03:56 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369374 - head/mail/openwebmail Message-ID: <201409270703.s8R73ujg074141@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409270703.s8R73ujg074141>