svn commit: r368508 - head/sysutils/ldap-account-manager

Antoine Brodin antoine at FreeBSD.org
Thu Sep 18 19:26:57 UTC 2014


Author: antoine
Date: Thu Sep 18 19:26:56 2014
New Revision: 368508
URL: http://svnweb.freebsd.org/changeset/ports/368508
QAT: https://qat.redports.org/buildarchive/r368508/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/ldap-account-manager/Makefile

Modified: head/sysutils/ldap-account-manager/Makefile
==============================================================================
--- head/sysutils/ldap-account-manager/Makefile	Thu Sep 18 19:10:36 2014	(r368507)
+++ head/sysutils/ldap-account-manager/Makefile	Thu Sep 18 19:26:56 2014	(r368508)
@@ -47,13 +47,11 @@ do-install:
 	@${ECHO_CMD} '@dirrmtry ${WWWDIR_REL}' >> ${TMPPLIST}
 	@cd ${WRKSRC} && ${COPYTREE_SHARE} "${LAMDATA}" ${STAGEDIR}${WWWDIR}
 .for DIR in ${WRITEABLES}
-	@${CHOWN} -R ${WWWOWN} ${STAGEDIR}${WWWDIR}/${DIR}
 	@${CHMOD} -R u+w ${STAGEDIR}${WWWDIR}/${DIR}
 	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN} %D/${WWWDIR_REL}/${DIR}' >> ${TMPPLIST}
 	@${ECHO_CMD} '@exec ${CHMOD} -R u+w %D/${WWWDIR_REL}/${DIR}' >> ${TMPPLIST}
 .endfor
 	@${CHMOD} u+x ${STAGEDIR}${WWWDIR}/lib/lamdaemon.pl
-	@${ECHO_CMD} '@exec ${CHMOD} u+x %D/${WWWDIR_REL}/lib/lamdaemon.pl' >> ${TMPPLIST}
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list