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 /converters | |
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 'converters')
-rw-r--r-- | converters/p5-Convert-Morse/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Unicode-IMAPUtf7/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index dd1460cacc8e..25d043b58796 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -21,7 +21,6 @@ COMMENT= Perl module to convert between ASCII and Morse codes #BROKEN= "Requires perl 5.6.0" .endif -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Convert::Morse.3 diff --git a/converters/p5-Unicode-IMAPUtf7/Makefile b/converters/p5-Unicode-IMAPUtf7/Makefile index 1a48c5ad74e6..e44f4197a65b 100644 --- a/converters/p5-Unicode-IMAPUtf7/Makefile +++ b/converters/p5-Unicode-IMAPUtf7/Makefile @@ -18,7 +18,6 @@ COMMENT= Perl extension to deal with IMAP UTF7 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Unicode::IMAPUtf7.3 |