mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
@ -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 New Issue
Block a user