summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-12-07 05:34:38 +0000
committerSteve Price <steve@FreeBSD.org>1998-12-07 05:34:38 +0000
commit7f5f51a7926b1a36676464e0fdc42f9a21458e91 (patch)
tree6dd4069d56cc673858c481c5e382cf63551818fa /security
parentSort entries. In particular, "large", "medium", "small" sort in this order, (diff)
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')
-rw-r--r--security/p5-Authen-Radius/Makefile4
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