Remove the left-overs of socks5.sh.sample.

PR:	111784
Submitted by:	KIMURA Yasuhiro
Pointy hat to:	mi
This commit is contained in:
Mikhail Teterin 2007-04-18 09:45:24 +00:00
parent 12d860fb04
commit 5fb37c78cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190282

View file

@ -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}