diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 22:15:32 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 22:15:32 +0800 |
commit | 6950bbfd5bd3f047d0ad862787a782bf8bd5ce66 (patch) | |
tree | 3dc53eae63c2acdee7eed0fbab27af068ed8befd /misc/p5-Business-ISIN | |
parent | d2ee5f75c4592679c5ba8cbf5d5bbc9d6bfa41c3 (diff) | |
download | freebsd-ports-gnome-6950bbfd5bd3f047d0ad862787a782bf8bd5ce66.tar.gz freebsd-ports-gnome-6950bbfd5bd3f047d0ad862787a782bf8bd5ce66.tar.zst freebsd-ports-gnome-6950bbfd5bd3f047d0ad862787a782bf8bd5ce66.zip |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Diffstat (limited to 'misc/p5-Business-ISIN')
-rw-r--r-- | misc/p5-Business-ISIN/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/p5-Business-ISIN/Makefile b/misc/p5-Business-ISIN/Makefile index 6f3b30b92e6c..874c7e85dced 100644 --- a/misc/p5-Business-ISIN/Makefile +++ b/misc/p5-Business-ISIN/Makefile @@ -19,7 +19,6 @@ COMMENT= Validate International Securities Identification Numbers BUILD_DEPENDS= ${SITE_PERL}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Business::ISIN.3 |