- Fix a stage violation

PR:		200010
Submitted by:	yuri@rawbw.com
MFH:		2015Q2
This commit is contained in:
Danilo Egea Gondolfo 2015-05-20 00:24:08 +00:00
parent 8a93603796
commit 82d01e7527
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386821

View File

@ -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>