From a36f0a02e82a03c514d93a36db03358706237c14 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 28 Feb 2014 15:51:47 +0000 Subject: comms/dcf77pi: No need to check for and install configuration sample in Makefile with stage support. --- comms/dcf77pi/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'comms/dcf77pi') diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index ecde026411b5..d8638c11f475 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -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 -- cgit