From edf3475bafdb84ac75321224e626efc775ce9e64 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 20 May 2002 04:13:12 +0000 Subject: Upgrade to 7.9.4 --- net/delegate/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'net/delegate/Makefile') diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 7ba8da40f999..8b619b9f3744 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -6,14 +6,15 @@ # PORTNAME= delegate -PORTVERSION= 7.7.0 +PORTVERSION= 7.9.4 CATEGORIES= net www MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ - ftp://ftp.etl.go.jp/pub/DeleGate/ + http://www.delegate.org/pub/DeleGate/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= max@FreeBSD.org +USE_BZIP2= YES NO_PACKAGE= "Insecure program." IS_INTERACTIVE= YES @@ -53,8 +54,9 @@ do-install: ${PREFIX}/share/examples/delegate .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/delegate - ${INSTALL_DATA} ${WRKSRC}/doc/Manual.htm \ - ${PREFIX}/share/doc/delegate +.for f in Manual.htm tutor-jp.htm tutor-en.htm + ${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/delegate +.endfor .endif @${CAT} ${PKGMESSAGE} -- cgit