aboutsummaryrefslogtreecommitdiff
path: root/net/delegate/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2002-05-20 04:13:12 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2002-05-20 04:13:12 +0000
commit76e6dfd6ea0564aad816609ac26b9345c481175e (patch)
treefba10eabce0148d455a72c77355988c4662c0815 /net/delegate/Makefile
parent85a94a6d3d7e2f0ad4e055a90df875d4c22fa752 (diff)
downloadports-76e6dfd6ea0564aad816609ac26b9345c481175e.tar.gz
ports-76e6dfd6ea0564aad816609ac26b9345c481175e.zip
Notes
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r--net/delegate/Makefile10
1 files changed, 6 insertions, 4 deletions
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}