diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-07 05:34:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-07 05:34:38 +0000 |
commit | 7f5f51a7926b1a36676464e0fdc42f9a21458e91 (patch) | |
tree | 6dd4069d56cc673858c481c5e382cf63551818fa /security/p5-Authen-Radius | |
parent | 75e0c6c35eacb9e40e7e3ae360d6d87889dcf3b9 (diff) | |
download | ports-7f5f51a7926b1a36676464e0fdc42f9a21458e91.tar.gz ports-7f5f51a7926b1a36676464e0fdc42f9a21458e91.zip |
Remove the trailing '/' from *_DEPENDS definitions.
Caught by: A little perl script for INDEX generation that Satoshi
and I are working on. :)
Notes
Notes:
svn path=/head/; revision=15164
Diffstat (limited to 'security/p5-Authen-Radius')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 2fdec595d691..29488286730e 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -3,7 +3,7 @@ # Date created: September 11th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1998/08/23 15:06:57 jseger Exp $ +# $Id: Makefile,v 1.3 1998/09/15 21:31:52 asami Exp $ # DISTNAME= RadiusPerl-0.05 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= Authen MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5/ +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 USE_PERL5= YES MAN3= Authen::Radius.3 |