Fix a typo in previous commit

Approved by:	wxs (mentor
This commit is contained in:
Steven Kreuzer 2009-07-07 16:52:04 +00:00
parent a658b49ed9
commit 8f44c02d60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237349

View file

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