diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
commit | 228ab588738952bd42427886fd5368181243ba6e (patch) | |
tree | 7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /www/vdradmin-am | |
parent | 7374b5a054d87d64914c6c36520e15fa14f3f31b (diff) |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=367307
Diffstat (limited to 'www/vdradmin-am')
-rw-r--r-- | www/vdradmin-am/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/vdradmin-am/Makefile b/www/vdradmin-am/Makefile index fe402da0acde..9d984d71b17e 100644 --- a/www/vdradmin-am/Makefile +++ b/www/vdradmin-am/Makefile @@ -65,7 +65,7 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} -m 644 ${FILESDIR}/vdradmind.conf ${STAGEDIR}${ETCDIR}/vdradmind.conf.sample + ${INSTALL_DATA} ${FILESDIR}/vdradmind.conf ${STAGEDIR}${ETCDIR}/vdradmind.conf.sample ${MKDIR} ${STAGEDIR}/var/cache/${PORTNAME} \ ${STAGEDIR}/var/log/${PORTNAME} ${STAGEDIR}/var/run/${PORTNAME} @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} \ |