Prevent original file from being installed after patching
PR: 91136 Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
This commit is contained in:
parent
b3656dfaff
commit
ee8d803ab5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152489
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ pre-patch:
|
|||
${GREP} 'CRLF' | ${SED} -e 's/:.*//' | \
|
||||
${XARGS} ${REINPLACE_CMD} -i "" -e "s/`${PRINTF} '\r'`$$//"
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/send/v101qc/progs.src.orig
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${CP} -R ${WRKSRC}/send/v101qc ${DATADIR}
|
||||
|
|
Loading…
Reference in a new issue