View | Details | Raw Unified | Return to bug 27083
Collapse All | Expand All

(-)net/socks5/Makefile (+6 lines)
Lines 36-41 Link Here
36
MAN5=		libsocks5.conf.5 socks5.conf.5
36
MAN5=		libsocks5.conf.5 socks5.conf.5
37
CONFIGURE_ENV=	LIBS=-lcrypt
37
CONFIGURE_ENV=	LIBS=-lcrypt
38
38
39
post-install:
40
	@${MKDIR} ${PREFIX}/share/examples/socks5
41
	${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/socks5
42
	@${MKDIR} ${PREFIX}/share/doc/socks5
43
	${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/socks5
44
39
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
40
46
41
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
47
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
(-)net/socks5/pkg-plist (+15 lines)
Lines 12-14 Link Here
12
man/man5/socks5.passwd.5
12
man/man5/socks5.passwd.5
13
lib/libsocks5.a
13
lib/libsocks5.a
14
lib/libsocks5_sh.so
14
lib/libsocks5_sh.so
15
share/examples/socks5/README
16
share/examples/socks5/multiple_server.example
17
share/examples/socks5/server_2_multiple_server.example
18
share/examples/socks5/single_homed_host.example
19
share/examples/socks5/socks5.conf.dualhomed
20
share/examples/socks5/socks5.conf.gssapi
21
share/examples/socks5/socks5.conf.multipleservers
22
share/examples/socks5/socks5.conf.server2server
23
share/examples/socks5/socks5.conf.singlehomed
24
@dirrm share/examples/socks5
25
share/doc/socks5/rfc1928.txt
26
share/doc/socks5/rfc1929.txt
27
share/doc/socks5/rfc1961.txt
28
share/doc/socks5/socks.faq
29
@dirrm share/doc/socks5

Return to bug 27083