aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-login_info
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-11-24 02:22:10 +0000
committerSteve Wills <swills@FreeBSD.org>2012-11-24 02:22:10 +0000
commitfe60e1ed916ee33d47cb8aade1854123335ea412 (patch)
tree6aa16373b2598f5a86503f105c785d47e40bc533 /mail/roundcube-login_info
parent7e70655152f4caedd1418cbac034be28d9640fb7 (diff)
downloadports-fe60e1ed916ee33d47cb8aade1854123335ea412.tar.gz
ports-fe60e1ed916ee33d47cb8aade1854123335ea412.zip
- Utilize ${INSTALL_DATA} instead of ${PAX} to ensure file/directory
permissions are sane PR: ports/173399 Submitted by: Mark Felder <feld@feld.me> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=307699
Diffstat (limited to 'mail/roundcube-login_info')
-rw-r--r--mail/roundcube-login_info/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/roundcube-login_info/Makefile b/mail/roundcube-login_info/Makefile
index 6f8ccb01f8fc..866745ed0894 100644
--- a/mail/roundcube-login_info/Makefile
+++ b/mail/roundcube-login_info/Makefile
@@ -3,6 +3,7 @@
PORTNAME= login_info
DISTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= https://www.std-soft.de/webmail/plugins/
PKGNAMEPREFIX= roundcube-
@@ -30,7 +31,8 @@ x-generate-plist: build
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
do-install:
+ @${ECHO} "Installing in ${WWWDIR}"
${MKDIR} ${WWWDIR}
- cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}
.include <bsd.port.mk>