diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-30 17:43:07 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-30 17:43:07 +0000 |
commit | 4f5a8b5e5c1ab5ebdc0bfd0fefa564a9fec285c4 (patch) | |
tree | aa83ab59a33e0ae0ae1be4f73228dfdc9f8529e3 /mail/openwebmail | |
parent | b182d95a16c0a3b9cdeea10f6eeddac3963ce4ef (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 f60806ecea3d..9ebb84655377 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -78,8 +78,8 @@ post-patch: .endif do-install: - @${CP} -R ${WRKSRC}/cgi-bin/openwebmail ${OWCGIDIR} - @${CP} -R ${WRKSRC}/data/openwebmail ${OWDATADIR} + @${CP} -R ${WRKSRC}/cgi-bin/openwebmail/ ${OWCGIDIR} + @${CP} -R ${WRKSRC}/data/openwebmail/ ${OWDATADIR} @${CHOWN} -R root:mail ${OWCGIDIR} @${CHMOD} 0770 ${OWCGIDIR}/etc/sessions ${OWCGIDIR}/etc/users @${CHMOD} 4755 ${OWCGIDIR}/openwebmail*pl |