diff options
Diffstat (limited to 'ports-mgmt/portmaster')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index d144d255247f..c0c1f28febdf 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -25,12 +25,10 @@ PLIST_FILES= sbin/portmaster \ .if ${PORT_OPTIONS:MBASH} PLIST_FILES+= etc/bash_completion.d/portmaster.sh -PLIST_DIRSTRY+= etc/bash_completion.d .endif .if ${PORT_OPTIONS:MZSH} PLIST_FILES+= share/zsh/site-functions/_portmaster -PLIST_DIRSTRY+= share/zsh/site-functions share/zsh .endif verify: checksum |