diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2000-06-26 07:57:09 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2000-06-26 07:57:09 +0000 |
commit | ca1cafa45d9f2993a4abd170a785ab4eebab3576 (patch) | |
tree | f57154b4a5b12fbbcdb590c258a10d1b361f7af2 /net/delegate/Makefile | |
parent | c789f168a041ac3073e37a6684f133cc4b1ff74a (diff) | |
download | ports-ca1cafa45d9f2993a4abd170a785ab4eebab3576.tar.gz ports-ca1cafa45d9f2993a4abd170a785ab4eebab3576.zip |
Notes
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r-- | net/delegate/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index b11aa2e669cc..9145d6410830 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -6,14 +6,14 @@ # PORTNAME= delegate -PORTVERSION= 5.9.13 +PORTVERSION= 6.1.15 CATEGORIES= net www japanese MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ -DISTNAME= delegate5.9.13 +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= max@FreeBSD.org + NO_PACKAGE= "Insecure program." -MAKE_ENV= PATH=$${PATH}:. IS_INTERACTIVE= YES pre-fetch: @@ -48,7 +48,7 @@ do-install: ${PREFIX}/share/examples/delegate .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/delegate - ${INSTALL_DATA} ${WRKSRC}/doc/Manual.txt \ + ${INSTALL_DATA} ${WRKSRC}/doc/Manual.htm \ ${PREFIX}/share/doc/delegate .endif @${CAT} ${PKGDIR}/MESSAGE |