diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-09-27 07:03:56 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-09-27 07:03:56 +0000 |
commit | 3f930e2f9f8c6b2174e0b31950dfa1dd84e21dd4 (patch) | |
tree | a2e636b2d5af3c73d05c2445b7b6da1da2a92928 /mail/openwebmail | |
parent | 841b2494cfbfdab65bc7116da135f4dd2eabdb11 (diff) |
Notes
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index ade5a1ec215a..db1c1ca75fa5 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -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> |