svn commit: r386822 - branches/2015Q2/net/delegate
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed May 20 00:53:24 UTC 2015
Author: danilo
Date: Wed May 20 00:53:23 2015
New Revision: 386822
URL: https://svnweb.freebsd.org/changeset/ports/386822
Log:
MFH: r386821
- Fix a stage violation
PR: 200010
Submitted by: yuri at rawbw.com
Approved by: ports-secteam (delphij)
Modified:
branches/2015Q2/net/delegate/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/net/delegate/Makefile
==============================================================================
--- branches/2015Q2/net/delegate/Makefile Wed May 20 00:24:08 2015 (r386821)
+++ branches/2015Q2/net/delegate/Makefile Wed May 20 00:53:23 2015 (r386822)
@@ -43,7 +43,7 @@ post-install:
@${MKDIR} ${WRKDIR}/tmp
@${CP} ${STAGEDIR}${PREFIX}/sbin/delegated ${WRKDIR}/tmp/dg
@${CHMOD} +w ${STAGEDIR}${PREFIX}/sbin/delegated
- @${WRKDIR}/tmp/dg -Fesign -w ${STAGEDIR}${PREFIX}/sbin/delegated
+ @${WRKDIR}/tmp/dg DGROOT=${WRKDIR}/tmp/ -Fesign -w ${STAGEDIR}${PREFIX}/sbin/delegated
@${CHMOD} -w ${STAGEDIR}${PREFIX}/sbin/delegated
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list