svn commit: r371093 - head/mail/bsfilter

John Marino marino at FreeBSD.org
Sat Oct 18 06:47:27 UTC 2014


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


More information about the svn-ports-all mailing list