diff options
author | max <max@FreeBSD.org> | 1997-12-15 20:43:41 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-12-15 20:43:41 +0000 |
commit | d4163c28e1fae8180407c9c4e2462249aa4d8cd5 (patch) | |
tree | b05a21e1234116673b79f63a0554c6c95cde5ebc /net/delegate/Makefile | |
parent | aad197ec063a3c0687951caeb70df066f720da31 (diff) | |
download | FreeBSD-ports-d4163c28e1fae8180407c9c4e2462249aa4d8cd5.zip FreeBSD-ports-d4163c28e1fae8180407c9c4e2462249aa4d8cd5.tar.gz |
Upgrade, 4.34 -> 4.36 as well as portlint.
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r-- | net/delegate/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 263e765..b05f7a9 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: DeleGate -# Version required: 4.3.4 +# Version required: 4.3.6 # Date created: 26 Jan 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1997/09/22 00:47:21 max Exp $ +# $Id: Makefile,v 1.6 1997/10/15 07:32:15 max Exp $ # -DISTNAME= delegate4.3.4 -PKGNAME= delegate-4.3.4 +DISTNAME= delegate4.3.6 +PKGNAME= delegate-4.3.6 CATEGORIES= net www japanese MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ @@ -24,7 +24,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin @${MKDIR} ${PREFIX}/share/examples/delegate ${INSTALL_DATA} ${FILESDIR}/delegated.sh \ - ${PREFIX}/share/examples/delegate + ${PREFIX}/share/examples/delegate .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/delegate ${INSTALL_DATA} ${WRKSRC}/doc/Manual.txt \ |