diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-02 19:21:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-02 19:21:56 +0800 |
commit | 2b0412492dca0637b2532213c29629f589c5fabe (patch) | |
tree | c92239e8e29b3fcefd724d1b97698d1681c418cf /mail | |
parent | e29007000e0a8446516721392e11e9e9a7f8f376 (diff) | |
download | freebsd-ports-gnome-2b0412492dca0637b2532213c29629f589c5fabe.tar.gz freebsd-ports-gnome-2b0412492dca0637b2532213c29629f589c5fabe.tar.zst freebsd-ports-gnome-2b0412492dca0637b2532213c29629f589c5fabe.zip |
- Stage support
PR: 190389
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube-sauserprefs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/roundcube-sauserprefs/Makefile b/mail/roundcube-sauserprefs/Makefile index b29e2fdfb1f8..24aab5525074 100644 --- a/mail/roundcube-sauserprefs/Makefile +++ b/mail/roundcube-sauserprefs/Makefile @@ -3,6 +3,7 @@ PORTNAME= sauserprefs PORTVERSION= 1.10 # PLEASE MIRROR DISTFILE WITH VERSIONED DIR +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ \ LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/ @@ -29,9 +30,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> |