svn commit: r346532 - head/comms/dcf77pi

Rene Ladan rene at FreeBSD.org
Fri Feb 28 15:51:47 UTC 2014


Author: rene
Date: Fri Feb 28 15:51:47 2014
New Revision: 346532
URL: http://svnweb.freebsd.org/changeset/ports/346532
QAT: https://qat.redports.org/buildarchive/r346532/

Log:
  comms/dcf77pi: No need to check for and install configuration sample in
  Makefile with stage support.

Modified:
  head/comms/dcf77pi/Makefile

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Fri Feb 28 15:45:49 2014	(r346531)
+++ head/comms/dcf77pi/Makefile	Fri Feb 28 15:51:47 2014	(r346532)
@@ -25,8 +25,5 @@ post-install:
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-	if [ ! -f ${ETCDIR}/config.txt ] ; then \
-		${CP} -p ${STAGEDIR}${ETCDIR}/config.txt.sample ${STAGEDIR}${ETCDIR}/config.txt ; \
-	fi
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list