aboutsummaryrefslogtreecommitdiffstats
path: root/net/socks5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r--net/socks5/Makefile4
1 files changed, 0 insertions, 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}