aboutsummaryrefslogtreecommitdiffstats
path: root/net/delegate/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2002-05-20 12:13:12 +0800
committermax <max@FreeBSD.org>2002-05-20 12:13:12 +0800
commitedf3475bafdb84ac75321224e626efc775ce9e64 (patch)
treea288874b469a004aac50e93fb9ec08ac516d4a5a /net/delegate/Makefile
parent593c01a9e2f07f4a8d535547f59a494fa765fc60 (diff)
downloadfreebsd-ports-gnome-edf3475bafdb84ac75321224e626efc775ce9e64.tar.gz
freebsd-ports-gnome-edf3475bafdb84ac75321224e626efc775ce9e64.tar.zst
freebsd-ports-gnome-edf3475bafdb84ac75321224e626efc775ce9e64.zip
Upgrade to 7.9.4
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}