Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 06:47:26 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371093 - head/mail/bsfilter
Message-ID:  <201410180647.s9I6lQTW052734@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Oct 18 06:47:25 2014
New Revision: 371093
URL: https://svnweb.freebsd.org/changeset/ports/371093
QAT: https://qat.redports.org/buildarchive/r371093/

Log:
  mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CP
  
  PR:		194370
  submitted by:	maintainer (Yasuhiro KIMURA)

Modified:
  head/mail/bsfilter/Makefile
  head/mail/bsfilter/pkg-plist

Modified: head/mail/bsfilter/Makefile
==============================================================================
--- head/mail/bsfilter/Makefile	Sat Oct 18 06:28:39 2014	(r371092)
+++ head/mail/bsfilter/Makefile	Sat Oct 18 06:47:25 2014	(r371093)
@@ -32,13 +32,13 @@ RUN_DEPENDS+=	ja-${RUBY_PKGNAMEPREFIX}me
 .endif
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for FILE in bsfilter.conf.sample dot-qmail.sample
-	@${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
 .for DIR in mda mua
-	@${CP} -r ${WRKSRC}/${DIR} ${STAGEDIR}${EXAMPLESDIR}/${DIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
 
 .include <bsd.port.mk>

Modified: head/mail/bsfilter/pkg-plist
==============================================================================
--- head/mail/bsfilter/pkg-plist	Sat Oct 18 06:28:39 2014	(r371092)
+++ head/mail/bsfilter/pkg-plist	Sat Oct 18 06:47:25 2014	(r371093)
@@ -14,13 +14,3 @@ bin/bsfilter
 %%PORTEXAMPLES%%share/examples/bsfilter/mua/mew5/mew.el
 %%PORTEXAMPLES%%share/examples/bsfilter/mua/mew6/mew.el
 %%PORTEXAMPLES%%share/examples/bsfilter/mua/mew6.4/mew.el
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mda/maildrop
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mda/procmail
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mda
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew6.4
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew6
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew5
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew4
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew3
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua
-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter



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