diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-02-28 15:51:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-02-28 15:51:47 +0000 |
commit | f6e5ca2b87242c8953501af0207178af0b5ed69b (patch) | |
tree | e805da3bdf4c14058ef85d1a159c69b1defa890d /comms | |
parent | 9749ef500c5c4ebf9df69012baa864aaddfc9f71 (diff) | |
download | ports-f6e5ca2b87242c8953501af0207178af0b5ed69b.tar.gz ports-f6e5ca2b87242c8953501af0207178af0b5ed69b.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 <bsd.port.mk> |