summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-24 14:15:32 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-24 14:15:32 +0000
commit6950bbfd5bd3f047d0ad862787a782bf8bd5ce66 (patch)
tree3dc53eae63c2acdee7eed0fbab27af068ed8befd /security
parent- Update to version 1.0.5 (diff)
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Notes
Notes: svn path=/head/; revision=92065
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-Cracklib/Makefile1
-rw-r--r--security/p5-Crypt-RandPasswd/Makefile1
-rw-r--r--security/p5-Crypt-UnixCrypt/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile
index 35d112558448..23715d02c34b 100644
--- a/security/p5-Crypt-Cracklib/Makefile
+++ b/security/p5-Crypt-Cracklib/Makefile
@@ -18,7 +18,6 @@ COMMENT= Perl interface to Alec Muffet's cracklib library
BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib
RUN_DEPENDS= ${BUILD_DEPENDS}
-SITE_PERL= ${SITE_PERL}
PERL_CONFIGURE= yes
CONFIGURE_ARGS+=INC="-I${LOCALBASE}/include"
diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile
index 795eb8af7d19..3f785a7a7f05 100644
--- a/security/p5-Crypt-RandPasswd/Makefile
+++ b/security/p5-Crypt-RandPasswd/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An implementation of the Automated Password Generator standard
PERL_CONFIGURE= yes
-SITE_PERL= ${SITE_PERL}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::RandPasswd.3
diff --git a/security/p5-Crypt-UnixCrypt/Makefile b/security/p5-Crypt-UnixCrypt/Makefile
index 895070ad43d0..2c780d194e1e 100644
--- a/security/p5-Crypt-UnixCrypt/Makefile
+++ b/security/p5-Crypt-UnixCrypt/Makefile
@@ -15,7 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module implementing crypt(3) function
-SITE_PERL= ${SITE_PERL}
PERL_CONFIGURE= yes
MAN3= Crypt::UnixCrypt.3