diff options
author | mnag <mnag@FreeBSD.org> | 2006-10-02 03:37:54 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-10-02 03:37:54 +0800 |
commit | bd2d05230990f0cd746020d8d1cbd02c42e96f00 (patch) | |
tree | 061cf9a231dd2a8b782cc4f2076125bd7ef9ab2d /security/openssh-portable/Makefile | |
parent | 018c7d9469633a8cf3926accc1f49f3c6a77b55c (diff) | |
download | freebsd-ports-gnome-bd2d05230990f0cd746020d8d1cbd02c42e96f00.tar.gz freebsd-ports-gnome-bd2d05230990f0cd746020d8d1cbd02c42e96f00.tar.zst freebsd-ports-gnome-bd2d05230990f0cd746020d8d1cbd02c42e96f00.zip |
- Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too.
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 81167ca74641..dc3183b9e4ea 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -219,10 +219,8 @@ pre-install: .endfor post-install: -.if !defined(WITH_OVERWRITE_BASE) ${INSTALL_DATA} -c ${WRKSRC}/ssh_config.out ${ETCSSH}/ssh_config-dist ${INSTALL_DATA} -c ${WRKSRC}/sshd_config.out ${ETCSSH}/sshd_config-dist -.endif .if defined(WITH_OVERWRITE_BASE) @${ECHO_CMD} "===> Installing rc.d startup script(s)" @${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST} |