diff options
author | steve <steve@FreeBSD.org> | 1998-12-07 05:34:38 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-07 05:34:38 +0000 |
commit | 6a1cc9e5e002ea6e3f2aeea207e5784899afaac5 (patch) | |
tree | 6e23ba88095c37851b8cbe75330c40262f7f0229 /security | |
parent | 0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4 (diff) | |
download | FreeBSD-ports-6a1cc9e5e002ea6e3f2aeea207e5784899afaac5.zip FreeBSD-ports-6a1cc9e5e002ea6e3f2aeea207e5784899afaac5.tar.gz |
Remove the trailing '/' from *_DEPENDS definitions.
Caught by: A little perl script for INDEX generation that Satoshi
and I are working on. :)
Diffstat (limited to 'security')
-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 2fdec59..2948828 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 |