Fix a typo in previous commit
Approved by: wxs (mentor
This commit is contained in:
parent
a658b49ed9
commit
8f44c02d60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237349
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ USE_GMAKE= yes
|
|||
USE_PERL5= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|g' \
|
||||
@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue