diff options
author | tv <tv@pkgsrc.org> | 1999-08-05 15:46:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-08-05 15:46:27 +0000 |
commit | cbcc447c3e0c1d5c5c8d7f128fdfdb11368d5d3a (patch) | |
tree | 6fed8bf74f99f5ca0d825d5f1d93f44c69cb402d /comms | |
parent | 4f66fd9855f9879ae153171035073c2216606ce1 (diff) | |
download | pkgsrc-cbcc447c3e0c1d5c5c8d7f128fdfdb11368d5d3a.tar.gz |
Rename binkd.cfg to binkd.cfg.dist so as not to overwrite a custom binkd.cfg.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/binkd/Makefile | 4 | ||||
-rw-r--r-- | comms/binkd/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index d0f9e8f11ec..6285a1264a0 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/06/04 16:55:11 drochner Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/05 15:46:27 tv Exp $ # DISTNAME= binkd-0.9.2 @@ -23,6 +23,6 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binkd ${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/binkd.8 ${PREFIX}/man/man8/ - ${INSTALL_DATA} ${WRKSRC}/binkd.cfg ${PREFIX}/etc/ + ${INSTALL_DATA} ${WRKSRC}/binkd.cfg ${PREFIX}/etc/binkd.cfg.dist .include "../../mk/bsd.pkg.mk" diff --git a/comms/binkd/pkg/PLIST b/comms/binkd/pkg/PLIST index cb3cb6ad1d9..a324322a4c6 100644 --- a/comms/binkd/pkg/PLIST +++ b/comms/binkd/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/22 20:47:13 tv Exp $ -etc/binkd.cfg +@comment $NetBSD: PLIST,v 1.2 1999/08/05 15:46:28 tv Exp $ +etc/binkd.cfg.dist man/man8/binkd.8 sbin/binkd |