aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-04-13 14:25:07 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-04-13 14:25:07 +0000
commit9d4cb57d3ce1b6fc576063b19fd5309e09d11a32 (patch)
treecf05841fffbed3a2b101903158c04a2b108bc641 /cad
parente7cbf4979ca23339723861202389752415ea2611 (diff)
downloadports-9d4cb57d3ce1b6fc576063b19fd5309e09d11a32.tar.gz
ports-9d4cb57d3ce1b6fc576063b19fd5309e09d11a32.zip
s/^\.elseif/.else/
Approved by: kris
Notes
Notes: svn path=/head/; revision=133241
Diffstat (limited to 'cad')
-rw-r--r--cad/atlc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile
index 5be35a9f3486..2b01ce7102ae 100644
--- a/cad/atlc/Makefile
+++ b/cad/atlc/Makefile
@@ -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