Regexps should generally be done in post-patch:, not pre-build:.

This commit is contained in:
Dima Dorfman 2001-09-03 14:15:32 +00:00
parent fb5ee205bf
commit 9b0cd25a28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47366

View File

@ -25,7 +25,7 @@ MANCOMPSUFFIX= .gz
MANCOMPSUFFIX=
.endif
pre-build:
post-patch:
@${PERL} -pi -e 's/getopt[.]h/unistd.h/g' ${WRKSRC}/*
do-install: