diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-26 06:41:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-26 06:41:40 +0000 |
commit | 1453c95123edb939f3410a59ebb21ec45c9e62ea (patch) | |
tree | 6cd6518c5a8c28e08dd26d924c733efb60b19f6a /net/dante | |
parent | d98dfd94d6db91d324c94ad204f4bfb0b447c915 (diff) | |
download | ports-1453c95123edb939f3410a59ebb21ec45c9e62ea.tar.gz ports-1453c95123edb939f3410a59ebb21ec45c9e62ea.zip |
upgrade to 1.1.8
use PORTDOCS to handle doc installation
add INSTALLS_SHLIB
Notes
Notes:
svn path=/head/; revision=38777
Diffstat (limited to 'net/dante')
-rw-r--r-- | net/dante/Makefile | 6 | ||||
-rw-r--r-- | net/dante/distinfo | 2 | ||||
-rw-r--r-- | net/dante/pkg-plist | 16 |
3 files changed, 14 insertions, 10 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index a02c3ec70ff7..01c84b5d0197 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dante -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.8 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ http://www.freenix.no/~anders/ \ @@ -18,15 +18,19 @@ USE_LIBTOOL= yes CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ --with-sockd-conf=${PREFIX}/etc/sockd.conf +INSTALLS_SHLIB= yes + MAN5= sockd.conf.5 socks.conf.5 MAN8= sockd.8 post-install: @${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example @${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example +.if !defined(NOPORTDOCS) ${INSTALL} -d -m 555 ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante +.endif .include <bsd.port.mk> diff --git a/net/dante/distinfo b/net/dante/distinfo index 4c4718bf4c2b..ee61e1968db9 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1 +1 @@ -MD5 (dante-1.1.6.tar.gz) = 3d250b1ba8e2dffa5e685a1f119a633f +MD5 (dante-1.1.8.tar.gz) = 29e1b3ac9107efd89627f96f998dde28 diff --git a/net/dante/pkg-plist b/net/dante/pkg-plist index bf3000e739fe..6202486d7c07 100644 --- a/net/dante/pkg-plist +++ b/net/dante/pkg-plist @@ -8,11 +8,11 @@ lib/libsocks.a lib/libsocks.so lib/libsocks.so.1 sbin/sockd -share/doc/dante/README.msproxy -share/doc/dante/README.socksify -share/doc/dante/README.survey -share/doc/dante/README.usage -share/doc/dante/SOCKS4.protocol -share/doc/dante/rfc1928.txt -share/doc/dante/rfc1929.txt -@dirrm share/doc/dante +%%PORTDOCS%%share/doc/dante/README.msproxy +%%PORTDOCS%%share/doc/dante/README.socksify +%%PORTDOCS%%share/doc/dante/README.survey +%%PORTDOCS%%share/doc/dante/README.usage +%%PORTDOCS%%share/doc/dante/SOCKS4.protocol +%%PORTDOCS%%share/doc/dante/rfc1928.txt +%%PORTDOCS%%share/doc/dante/rfc1929.txt +%%PORTDOCS%%@dirrm share/doc/dante |