aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:30:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:30:54 +0000
commitc73851221ada79c549a41d33e2e0e1f3bbabd6a4 (patch)
treedd76cff32d666d5329028bc713110034abe4ae1c /ports-mgmt
parente070935c5b754ef2210cc4a3faa0f89d4cecf248 (diff)
cleanup plist
Notes
Notes: svn path=/head/; revision=375106
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmaster/Makefile2
-rw-r--r--ports-mgmt/portsearch/Makefile1
2 files changed, 0 insertions, 3 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
diff --git a/ports-mgmt/portsearch/Makefile b/ports-mgmt/portsearch/Makefile
index a6f973f50a73..dff81b664cc3 100644
--- a/ports-mgmt/portsearch/Makefile
+++ b/ports-mgmt/portsearch/Makefile
@@ -14,6 +14,5 @@ COMMENT= Port searching tool that supports search by packing list files
LICENSE= BSD2CLAUSE
PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile
-PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>