diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-26 14:41:40 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-26 14:41:40 +0800 |
commit | 9a0631ba9cd7a02994f2bfe59614407ebd635a29 (patch) | |
tree | 3787663066764e00ad0101cdc9126a49e858f531 /net | |
parent | 16b5688a6acb3aa2b5f3ec515df40752042dc0fe (diff) | |
download | freebsd-ports-gnome-9a0631ba9cd7a02994f2bfe59614407ebd635a29.tar.gz freebsd-ports-gnome-9a0631ba9cd7a02994f2bfe59614407ebd635a29.tar.zst freebsd-ports-gnome-9a0631ba9cd7a02994f2bfe59614407ebd635a29.zip |
upgrade to 1.1.8
use PORTDOCS to handle doc installation
add INSTALLS_SHLIB
Diffstat (limited to 'net')
-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 |