diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-09-01 08:48:08 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-09-01 08:48:08 +0000 |
commit | 4c8368406d952530eb6d942f9520851903136aab (patch) | |
tree | 0bb8eb2a548d90d2f16bde206736eb8394bd889a /mail | |
parent | 97d83a4a263ab2a0283a99d2cd37eaccd1fe7e03 (diff) | |
download | ports-4c8368406d952530eb6d942f9520851903136aab.tar.gz ports-4c8368406d952530eb6d942f9520851903136aab.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube-air/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/roundcube-air/Makefile b/mail/roundcube-air/Makefile index cfc352bd7faa..9eb81d5ab05c 100644 --- a/mail/roundcube-air/Makefile +++ b/mail/roundcube-air/Makefile @@ -25,9 +25,8 @@ x-generate-plist: build -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} - cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR} + @${MKDIR} ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include <bsd.port.mk> |