From 2b0412492dca0637b2532213c29629f589c5fabe Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 2 Jun 2014 11:21:56 +0000 Subject: - Stage support PR: 190389 Submitted by: maintainer --- mail/roundcube-sauserprefs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail') 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 -- cgit