From 5fb37c78cf5a00ad41aeabbeea69b01c7b288ee6 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Wed, 18 Apr 2007 09:45:24 +0000 Subject: [PATCH] Remove the left-overs of socks5.sh.sample. PR: 111784 Submitted by: KIMURA Yasuhiro Pointy hat to: mi --- net/socks5/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/socks5/Makefile b/net/socks5/Makefile index aef65447e3d3..22e6076670fc 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -44,10 +44,6 @@ MAN5= libsocks5.conf.5 socks5.conf.5 socks5.passwd.5 CONFIGURE_ENV= LIBS=-lcrypt post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/socks5.sh ]; then \ - ${ECHO} "Creating ${PREFIX}/etc/rc.d/socks5.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/socks5.sh.sample ${PREFIX}/etc/rc.d/socks5.sh; \ - fi .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}