diff options
Diffstat (limited to 'net/trafshow4/Makefile')
-rw-r--r-- | net/trafshow4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile index e6fc8b78ad04..367e6dd24d34 100644 --- a/net/trafshow4/Makefile +++ b/net/trafshow4/Makefile @@ -31,6 +31,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow + ${INSTALL_DATA} ${WRKSRC}/.trafshow ${PREFIX}/etc/trafshow.dist + ${CP} ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow .include <bsd.port.post.mk> |