Install files in www/data, not www/data.default.
Submitted by: Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
parent
e35114d248
commit
0dd1416788
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40554
4 changed files with 1656 additions and 1656 deletions
|
@ -19,6 +19,6 @@ NO_BUILD= yes
|
|||
WRKSRC= ${WRKDIR}/phpgroupware
|
||||
|
||||
do-install:
|
||||
@${CP} -r ${WRKDIR}/phpgroupware ${PREFIX}/www/data.default/
|
||||
@${CP} -r ${WRKDIR}/phpgroupware ${PREFIX}/www/data/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -19,6 +19,6 @@ NO_BUILD= yes
|
|||
WRKSRC= ${WRKDIR}/phpgroupware
|
||||
|
||||
do-install:
|
||||
@${CP} -r ${WRKDIR}/phpgroupware ${PREFIX}/www/data.default/
|
||||
@${CP} -r ${WRKDIR}/phpgroupware ${PREFIX}/www/data/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue