about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-10 19:27:53 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-10 19:27:53 +0000
commit3649f7c299503fa8a0e1793fee0d770a5e62d6e7 (patch)
tree7ddfb16b64a0d41a96ed72c6cb050ed24b9149dd
parent4b9dd14eb5b63523b1cf906e4f8ac2dbe34638fc (diff)
downloadzsh-3649f7c299503fa8a0e1793fee0d770a5e62d6e7.tar.gz
zsh-3649f7c299503fa8a0e1793fee0d770a5e62d6e7.tar.xz
zsh-3649f7c299503fa8a0e1793fee0d770a5e62d6e7.zip
manual/8612
-rw-r--r--Completion/User/_make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_make b/Completion/User/_make
index f6ec41827..22372b7f9 100644
--- a/Completion/User/_make
+++ b/Completion/User/_make
@@ -22,7 +22,7 @@ else
   [[ -n "$file" ]] &&
     compadd "$expl[@]" - \
       $(awk '/^[a-zA-Z0-9][^\/ \t]+:/ {print $1}
-	     /^\.include  *<bsd\.port\.(subdir\.|pre\.)\?mk>/ || /^\.include  *".*mk\/bsd\.pkg\.(subdir\.)\?mk"/ {
+	     /^\.include  *<bsd\.port\.(subdir\.|pre\.)?mk>/ || /^\.include  *".*mk\/bsd\.pkg\.(subdir\.)\?mk"/ {
 	       print "fetch fetch-list extract patch configure build install reinstall deinstall package describe checkpatch checksum makesum" }' \
 	    FS=: $file) && ret=0
   (( ret )) && { compset -P 1 '*\='; _files }