svn commit: r352055 - head/devel/cvsspam

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 24 19:31:29 UTC 2014


Author: bdrewery
Date: Thu Apr 24 19:31:28 2014
New Revision: 352055
URL: http://svnweb.freebsd.org/changeset/ports/352055
QAT: https://qat.redports.org/buildarchive/r352055/

Log:
  - Fix orphan, no need to install into stagedir as @sample will handle it at install.

Modified:
  head/devel/cvsspam/Makefile

Modified: head/devel/cvsspam/Makefile
==============================================================================
--- head/devel/cvsspam/Makefile	Thu Apr 24 19:27:33 2014	(r352054)
+++ head/devel/cvsspam/Makefile	Thu Apr 24 19:31:28 2014	(r352055)
@@ -36,10 +36,6 @@ do-install:
 .endfor
 	${INSTALL_DATA} ${WRKSRC}/cvsspam.conf \
 		${STAGEDIR}${PREFIX}/etc/cvsspam.conf.sample
-.if !exists(${STAGEDIR}${PREFIX}/etc/cvsspam.conf)
-	${INSTALL_DATA} ${WRKSRC}/cvsspam.conf \
-		${STAGEDIR}${PREFIX}/etc/cvsspam.conf
-.endif
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list