diff options
Diffstat (limited to 'www/efront/Makefile')
-rw-r--r-- | www/efront/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/efront/Makefile b/www/efront/Makefile index ef1dc4fad87f..390bebabb58f 100644 --- a/www/efront/Makefile +++ b/www/efront/Makefile @@ -39,10 +39,10 @@ SUB_FILES= pkg-message do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} .for i in ${EFRONT_FILES} - @cd ${WRKDIR} && ${CP} ${i} ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${CP} ${i} ${STAGEDIR}${WWWDIR} .endfor .for i in ${EFRONT_DIRS} - @cd ${WRKDIR} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} .endfor @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR} |