diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
commit | 9aac569eaa031e27191a3f4165b389a17f467ad2 (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /net/3proxy | |
parent | When installing in the base, USE_RCORDER does the right thing without (diff) |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Diffstat (limited to 'net/3proxy')
-rw-r--r-- | net/3proxy/Makefile | 2 | ||||
-rw-r--r-- | net/3proxy/files/3proxy.in (renamed from net/3proxy/files/3proxy.sh.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index dd1cd24f538b..724a771a307c 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -17,7 +17,7 @@ COMMENT= Proxy servers set (support HTTP(S), FTP, SOCKS, POP3, TCP & UDP) CONFLICTS= libproxy-[0-9]* -USE_RC_SUBR= 3proxy.sh +USE_RC_SUBR= 3proxy MAKEFILE= Makefile.unix MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" diff --git a/net/3proxy/files/3proxy.sh.in b/net/3proxy/files/3proxy.in index ab286f94cc37..ab286f94cc37 100644 --- a/net/3proxy/files/3proxy.sh.in +++ b/net/3proxy/files/3proxy.in |