svn commit: r386821 - head/net/delegate
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed May 20 00:24:09 UTC 2015
Author: danilo
Date: Wed May 20 00:24:08 2015
New Revision: 386821
URL: https://svnweb.freebsd.org/changeset/ports/386821
Log:
- Fix a stage violation
PR: 200010
Submitted by: yuri at rawbw.com
MFH: 2015Q2
Modified:
head/net/delegate/Makefile
Modified: head/net/delegate/Makefile
==============================================================================
--- head/net/delegate/Makefile Tue May 19 22:49:19 2015 (r386820)
+++ head/net/delegate/Makefile Wed May 20 00:24:08 2015 (r386821)
@@ -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