diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-09 07:58:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-09 07:58:28 +0800 |
commit | c6534a4c11986ce9d9b13dcc097652e7098048f5 (patch) | |
tree | 2c8a9a70869e5ce6ee1532d11de18f8437524639 /Mk | |
parent | 7336d4d09389d5518c9c1dc2c4c0cdffe3629fd0 (diff) | |
download | freebsd-ports-gnome-c6534a4c11986ce9d9b13dcc097652e7098048f5.tar.gz freebsd-ports-gnome-c6534a4c11986ce9d9b13dcc097652e7098048f5.tar.zst freebsd-ports-gnome-c6534a4c11986ce9d9b13dcc097652e7098048f5.zip |
Move an XXX comment to make it not show up in build logs.
Diffstat (limited to '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; \ |