diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-24 22:15:32 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-24 22:15:32 +0800 |
commit | 7ef7264ae34f6cb991ce3f03434603e8aab6cfa8 (patch) | |
tree | a505991cc1185979959e05f2383dd62ab5c377ef /databases | |
parent | 6776f0024b38608c125fd923b6ef1e1bcded4bf9 (diff) | |
download | freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.gz freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.zst freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.zip |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-CDB_File-Generator/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-Excel/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-LDAP/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-AnyDBD/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-SQLEngine/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-Metadata/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/databases/p5-CDB_File-Generator/Makefile b/databases/p5-CDB_File-Generator/Makefile index bb612819fd01..5cd9602281b7 100644 --- a/databases/p5-CDB_File-Generator/Makefile +++ b/databases/p5-CDB_File-Generator/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \ ${SITE_PERL}/${PERL_ARCH}/CDB_File.pm:${PORTSDIR}/databases/p5-CDB_File RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= CDB_File::Generator.3 diff --git a/databases/p5-DBD-Excel/Makefile b/databases/p5-DBD-Excel/Makefile index eedcbac3728e..0d4da9fd0883 100644 --- a/databases/p5-DBD-Excel/Makefile +++ b/databases/p5-DBD-Excel/Makefile @@ -20,7 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statem ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} PERL_CONFIGURE= yes diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile index 330872916d65..726f546a6e22 100644 --- a/databases/p5-DBD-LDAP/Makefile +++ b/databases/p5-DBD-LDAP/Makefile @@ -18,7 +18,6 @@ COMMENT= DBI interface for accessing LDAP servers BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= DBD::LDAP.3 diff --git a/databases/p5-DBIx-AnyDBD/Makefile b/databases/p5-DBIx-AnyDBD/Makefile index 7a68f2cba2f4..fee8e2a27fd0 100644 --- a/databases/p5-DBIx-AnyDBD/Makefile +++ b/databases/p5-DBIx-AnyDBD/Makefile @@ -15,7 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= svenasse@polaris.ca COMMENT= DBD independant class -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= DBIx::AnyDBD.3 diff --git a/databases/p5-DBIx-SQLEngine/Makefile b/databases/p5-DBIx-SQLEngine/Makefile index 3128c866957d..70a15ca28643 100644 --- a/databases/p5-DBIx-SQLEngine/Makefile +++ b/databases/p5-DBIx-SQLEngine/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/DBIx/AnyDBD.pm:${PORTSDIR}/databases/p5-DBIx-AnyDBD ${SITE_PERL}/Class/MakeMethods/Template.pm:${PORTSDIR}/devel/p5-Class-MakeMethods RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= DBIx::SQLEngine::Criteria::StringEquality.3\ diff --git a/databases/p5-Metadata/Makefile b/databases/p5-Metadata/Makefile index 461a82f1a91d..7f5a4958fe25 100644 --- a/databases/p5-Metadata/Makefile +++ b/databases/p5-Metadata/Makefile @@ -18,7 +18,6 @@ COMMENT= Perl implementation of Dublin Core compatible metadata BUILD_DEPENDS= ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Metadata::Base.3 \ |