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/Makefile | |
parent | - Turn on the "SAVE_LICENSE" option. (diff) |
add trailing slash in path to help the users who forget to remove previously
installed files and directories.
PR: 50445
Submitted by: Alex Chen <dhchen@elearning.nsysu.edu.tw>
Diffstat (limited to 'mail/openwebmail/Makefile')
-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 |