diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-02 11:21:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-02 11:21:56 +0000 |
commit | 5afe8ba7cbf3f71671e1da7e34013c72d4c1f9fe (patch) | |
tree | c92239e8e29b3fcefd724d1b97698d1681c418cf /mail/roundcube-sauserprefs | |
parent | 120a38a9b189cabc158b51627971dfa22f25c3cf (diff) | |
download | ports-5afe8ba7cbf3f71671e1da7e34013c72d4c1f9fe.tar.gz ports-5afe8ba7cbf3f71671e1da7e34013c72d4c1f9fe.zip |
Notes
Diffstat (limited to 'mail/roundcube-sauserprefs')
-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> |