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>
This commit is contained in:
parent
b182d95a16
commit
4f5a8b5e5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77751
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user