Index: head/sysutils/ucspi-tcp/Makefile =================================================================== --- head/sysutils/ucspi-tcp/Makefile (revision 25609) +++ head/sysutils/ucspi-tcp/Makefile (revision 25610) @@ -1,57 +1,57 @@ # New ports collection makefile for: ucspi-tcp # Version required: 0.84 # Date created: 12 June 1998 # Whom: Dom Mitchell # # $FreeBSD$ # DISTNAME= ucspi-tcp-0.84 CATEGORIES= sysutils net -MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ +MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= dom@myrddin.demon.co.uk MAN1= tcpclient.1 tcpserver.1 tcprules.1 tcprulescheck.1 \ fixcr.1 addcr.1 delcr.1 who@.1 date@.1 finger@.1 http@.1 \ tcpcat.1 mconnect.1 argv0.1 recordio.1 MAN5= tcp-environ.5 .if defined(NOPORTDOCS) PLIST= ${PKGDIR}/PLIST.nodocs .endif NO_PACKAGE= Unsure of djb's license ALL_TARGET= prog install instcheck SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" post-configure: @${ECHO} ${PREFIX} > ${WRKSRC}/conf-home @${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc @${ECHO} ${CC} -s > ${WRKSRC}/conf-ld do-install: .for file in addcr argv0 delcr fixcr mconnect-io recordio tcpclient tcprules tcprulescheck tcpserver @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin .endfor .for file in date@ finger@ http@ mconnect who@ tcpcat @${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin .endfor .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1 .endfor .for file in ${MAN5} @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man5 .endfor .if !defined(NOPORTDOCS) @${ECHO} "===> Copying documents to ${PREFIX}/share/doc/ucspi-tcp" @${MKDIR} ${PREFIX}/share/doc/ucspi-tcp .for file in BLURB TCP UCSPI @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ucspi-tcp .endfor .endif .include Property changes on: head/sysutils/ucspi-tcp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/sysutils/ucspi-tcp/pkg-descr =================================================================== --- head/sysutils/ucspi-tcp/pkg-descr (revision 25609) +++ head/sysutils/ucspi-tcp/pkg-descr (revision 25610) @@ -1,8 +1,6 @@ ucspi-tcp is a set of command-line tools for building TCP-based client/server applications. They are compliant to UCSPI, the UNIX Client-Server Program Interface. UCSPI tools are available for several different types of networks. -WWW: http://pobox.com/~djb/ucspi-tcp.html - --Dom +WWW: http://cr.yp.to/ucspi-tcp.html Property changes on: head/sysutils/ucspi-tcp/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property