diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-16 00:54:39 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-16 00:54:39 +0000 |
commit | fea27a8610e825bd25928c749b215e5370855adf (patch) | |
tree | aef7f568797c456959d14123aaaf96a147e5a2e4 | |
parent | d7b166d94b90e928a7c9cc4a38574e8df742999a (diff) | |
download | ports-fea27a8610e825bd25928c749b215e5370855adf.tar.gz ports-fea27a8610e825bd25928c749b215e5370855adf.zip |
Notes
-rw-r--r-- | ftp/mirror/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index 77bfe4200f01..9ddb75d0a88a 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -3,7 +3,7 @@ # Date created: 15 May 1995 # Whom: torstenb # -# $Id: Makefile,v 1.6 1996/12/01 01:22:54 obrien Exp $ +# $Id: Makefile,v 1.7 1998/06/08 12:41:12 torstenb Exp $ # DISTNAME= mirror-2.9 @@ -16,7 +16,7 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile MAN1= mirror.1 mirror-master.1 -RUN_DEPENDS= perl5.00404:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5 pre-install: ${MKDIR} ${PREFIX}/lib/mirror |