diff options
author | rene <rene@FreeBSD.org> | 2014-02-28 23:51:47 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-02-28 23:51:47 +0800 |
commit | a36f0a02e82a03c514d93a36db03358706237c14 (patch) | |
tree | e805da3bdf4c14058ef85d1a159c69b1defa890d /comms/dcf77pi | |
parent | db1de82d3a837040761c445b4ad6ef9d89e7b1ec (diff) | |
download | freebsd-ports-gnome-a36f0a02e82a03c514d93a36db03358706237c14.tar.gz freebsd-ports-gnome-a36f0a02e82a03c514d93a36db03358706237c14.tar.zst freebsd-ports-gnome-a36f0a02e82a03c514d93a36db03358706237c14.zip |
comms/dcf77pi: No need to check for and install configuration sample in
Makefile with stage support.
Diffstat (limited to 'comms/dcf77pi')
-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> |