1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

comms/dcf77pi: No need to check for and install configuration sample in

Makefile with stage support.
This commit is contained in:
Rene Ladan 2014-02-28 15:51:47 +00:00
parent 9749ef500c
commit f6e5ca2b87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346532

View File

@ -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>