diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:30:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:30:54 +0000 |
commit | c73851221ada79c549a41d33e2e0e1f3bbabd6a4 (patch) | |
tree | dd76cff32d666d5329028bc713110034abe4ae1c /ports-mgmt | |
parent | e070935c5b754ef2210cc4a3faa0f89d4cecf248 (diff) |
cleanup plist
Notes
Notes:
svn path=/head/; revision=375106
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portsearch/Makefile | 1 |
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> |