diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 23:58:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 23:58:28 +0000 |
commit | 1f6376d63c36fca89f99fa98bdba6989432fe2f7 (patch) | |
tree | f67717f3026bf799a044a76c27d9d80534690c64 /Mk/bsd.perl.mk | |
parent | eedfe0b3eee93b0c23b8fe03f2b70aa3abd54732 (diff) | |
download | ports-1f6376d63c36fca89f99fa98bdba6989432fe2f7.tar.gz ports-1f6376d63c36fca89f99fa98bdba6989432fe2f7.zip |
Notes
Diffstat (limited to 'Mk/bsd.perl.mk')
-rw-r--r-- | Mk/bsd.perl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk index 6179afb40c46..61b4fd80f16d 100644 --- a/Mk/bsd.perl.mk +++ b/Mk/bsd.perl.mk @@ -223,8 +223,8 @@ Perl_Post_Include= bsd.perl.mk .if defined(PERL_CONFIGURE) .if !target(do-configure) +# XXX MCL had to duplicate the first block; implies more refactoring needed do-configure: - # XXX MCL had to duplicate this block; implies more refactoring needed @if [ -f ${SCRIPTDIR}/configure ]; then \ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/configure; \ |