diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
commit | 6950bbfd5bd3f047d0ad862787a782bf8bd5ce66 (patch) | |
tree | 3dc53eae63c2acdee7eed0fbab27af068ed8befd /converters/p5-Convert-Morse | |
parent | d2ee5f75c4592679c5ba8cbf5d5bbc9d6bfa41c3 (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 'converters/p5-Convert-Morse')
-rw-r--r-- | converters/p5-Convert-Morse/Makefile | 1 |
1 files changed, 0 insertions, 1 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 |