diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-04-18 09:45:24 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-04-18 09:45:24 +0000 |
commit | 5fb37c78cf5a00ad41aeabbeea69b01c7b288ee6 (patch) | |
tree | 337352f8db357361571073adf6279b9210b2a0cf /net/socks5 | |
parent | 12d860fb04171ffa33c2522026cabc14ac29afe6 (diff) |
Remove the left-overs of socks5.sh.sample.
PR: 111784
Submitted by: KIMURA Yasuhiro
Pointy hat to: mi
Notes
Notes:
svn path=/head/; revision=190282
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 4 |
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} |