svn commit: r375106 - in head/ports-mgmt: portmaster portsearch

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 20 19:30:55 UTC 2014


Author: bapt
Date: Sat Dec 20 19:30:54 2014
New Revision: 375106
URL: https://svnweb.freebsd.org/changeset/ports/375106
QAT: https://qat.redports.org/buildarchive/r375106/

Log:
  cleanup plist

Modified:
  head/ports-mgmt/portmaster/Makefile
  head/ports-mgmt/portsearch/Makefile

Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile	Sat Dec 20 19:30:03 2014	(r375105)
+++ head/ports-mgmt/portmaster/Makefile	Sat Dec 20 19:30:54 2014	(r375106)
@@ -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

Modified: head/ports-mgmt/portsearch/Makefile
==============================================================================
--- head/ports-mgmt/portsearch/Makefile	Sat Dec 20 19:30:03 2014	(r375105)
+++ head/ports-mgmt/portsearch/Makefile	Sat Dec 20 19:30:54 2014	(r375106)
@@ -14,6 +14,5 @@ COMMENT=	Port searching tool that suppor
 LICENSE=	BSD2CLAUSE
 
 PLIST_FILES=	bin/portsearch %%DATADIR%%/Makefile
-PLIST_DIRS=	%%DATADIR%%
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list