Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 18:09:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375030 - in head/dns: autotrust ddclient dnsproxy inadyn-mt
Message-ID:  <201412201809.sBKI9MEN053364@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 20 18:09:21 2014
New Revision: 375030
URL: https://svnweb.freebsd.org/changeset/ports/375030
QAT: https://qat.redports.org/buildarchive/r375030/

Log:
  Cleanup plist

Modified:
  head/dns/autotrust/Makefile
  head/dns/ddclient/Makefile
  head/dns/dnsproxy/Makefile
  head/dns/inadyn-mt/Makefile

Modified: head/dns/autotrust/Makefile
==============================================================================
--- head/dns/autotrust/Makefile	Sat Dec 20 18:06:21 2014	(r375029)
+++ head/dns/autotrust/Makefile	Sat Dec 20 18:09:21 2014	(r375030)
@@ -19,7 +19,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
 PLIST_FILES=	sbin/autotrust man/man8/autotrust.8.gz \
 		etc/autotrust/autotrust.conf.sample
-PLIST_DIRS=	etc/autotrust
 
 do-patch:
 	${REINPLACE_CMD} \

Modified: head/dns/ddclient/Makefile
==============================================================================
--- head/dns/ddclient/Makefile	Sat Dec 20 18:06:21 2014	(r375029)
+++ head/dns/ddclient/Makefile	Sat Dec 20 18:09:21 2014	(r375030)
@@ -32,7 +32,6 @@ PORTDOCS=	COPYRIGHT Changelog README.cis
 		sample-etc_dhcpc_dhcpcd-eth0.exe sample-etc_ppp_ip-up.local
 PLIST_FILES=	etc/ddclient.conf.sample etc/periodic/daily/ddclient_force \
 		sbin/ddclient
-PLIST_DIRSTRY=	etc/periodic/daily etc/periodic
 
 post-patch:
 	@${GREP} -lR '/usr' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \

Modified: head/dns/dnsproxy/Makefile
==============================================================================
--- head/dns/dnsproxy/Makefile	Sat Dec 20 18:06:21 2014	(r375029)
+++ head/dns/dnsproxy/Makefile	Sat Dec 20 18:09:21 2014	(r375030)
@@ -20,7 +20,6 @@ PLIST_FILES=	sbin/dnsproxy etc/${PORTNAM
 		man/man1/dnsproxy.1.gz
 
 SUB_FILES=	pkg-message
-PLIST_DIRS=	%%ETCDIR%%
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${STAGEDIR}${PREFIX}/sbin

Modified: head/dns/inadyn-mt/Makefile
==============================================================================
--- head/dns/inadyn-mt/Makefile	Sat Dec 20 18:06:21 2014	(r375029)
+++ head/dns/inadyn-mt/Makefile	Sat Dec 20 18:09:21 2014	(r375030)
@@ -22,8 +22,6 @@ MAKE_ARGS+=	INSTALL_PREFIX="${STAGEDIR}$
 PORTDOCS=	readme.html AUTHORS README
 PORTEXAMPLES=	*
 
-PLIST_DIRS=	etc/inadyn-mt/lang
-PLIST_DIRSTRY=	etc/inadyn-mt
 PLIST_FILES=	bin/inadyn-mt etc/inadyn-mt/lang/en.lng \
 		man/man5/inadyn-mt.conf.5.gz \
 		man/man8/inadyn-mt.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201809.sBKI9MEN053364>