s/^\.elseif/.else/

Approved by:	kris
This commit is contained in:
Hartmut Brandt 2005-04-13 14:25:07 +00:00
parent e7cbf4979c
commit 9d4cb57d3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133241

View File

@ -53,7 +53,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|atlc/examples|examples/atlc|' \
-e 's|cvsignore||' -e 's|create_for_Makefile.am||' \
${WRKSRC}/examples/Makefile.in
.elseif
.else
@${REINPLACE_CMD} -e 's|docs examples||' ${WRKSRC}/Makefile.in
.endif