diff options
author | flathill <flathill@FreeBSD.org> | 1999-03-20 22:44:50 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-03-20 22:44:50 +0800 |
commit | b848b8a5a32e5d7579e303b531c15e2ea54a2747 (patch) | |
tree | 371f4bf0cdcfb1c0ed527f720799672affb90187 /net | |
parent | 6dda4247aa00c5dee6a08858985a38c0054bd2ef (diff) | |
download | freebsd-ports-gnome-b848b8a5a32e5d7579e303b531c15e2ea54a2747.tar.gz freebsd-ports-gnome-b848b8a5a32e5d7579e303b531c15e2ea54a2747.tar.zst freebsd-ports-gnome-b848b8a5a32e5d7579e303b531c15e2ea54a2747.zip |
Add MASTER_SITES
PR: ports/10685
Submitted by: andy@icc.surw.chel.su
Diffstat (limited to 'net')
-rw-r--r-- | net/binkd/Makefile | 7 | ||||
-rw-r--r-- | net/binkd/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/binkd/Makefile b/net/binkd/Makefile index 705a1d9b07f6..e32c8b9f5814 100644 --- a/net/binkd/Makefile +++ b/net/binkd/Makefile @@ -3,14 +3,15 @@ # Date created: 19 August 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/12/24 06:55:54 steve Exp $ +# $Id: Makefile,v 1.2 1999/02/03 11:11:55 asami Exp $ # DISTNAME= binkd092 PKGNAME= binkd-0.9.2 CATEGORIES= net MASTER_SITES= ftp://ftp.sut.ru/pub/FidoNet/BinkD/092/ \ - ftp://ftp.aanet.ru/pub/Linux/system/Fido/ + ftp://ftp.aanet.ru/pub/Linux/system/Fido/ \ + http://www.corbina.net/~maloff/binkd/ EXTRACT_SUFX= .zip MAINTAINER= andy@icc.surw.chel.su @@ -32,6 +33,8 @@ do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/binkd ${PREFIX}/sbin @ ${INSTALL_MAN} ${WRKSRC}/binkd.8 ${PREFIX}/man/man8 @ ${INSTALL_DATA} ${WRKSRC}/binkd.cfg ${PREFIX}/etc/binkd.cfg.sample + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/binkd @ ${INSTALL_DATA} ${WRKSRC}/!README ${PREFIX}/share/doc/binkd/README diff --git a/net/binkd/pkg-descr b/net/binkd/pkg-descr index ee59feb318bd..dc46d3bca2ca 100644 --- a/net/binkd/pkg-descr +++ b/net/binkd/pkg-descr @@ -3,4 +3,4 @@ As a FTN-compatible internet daemon, it makes possible efficient utilization of TCP/IP protocol suite as a transport layer in FTN-based (Fido Technology Network) networks. -http://www.magadan.su/~maloff/binkd +http://www.corbina.net/~maloff/binkd |