diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 04:25:39 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 04:25:39 +0000 |
commit | a27ccd2aa15b457f8939071e2ecbc62fb16b679a (patch) | |
tree | 345be776a69dda72bfa140d7c57080bcf6c52043 | |
parent | Fix the CONFIGURE_ENV anti-foot-shooting measure to have the correct (diff) |
Remove obscure CONFIGURE_ENV construct that appears to have worked on
the build cluster only by accident. This failed with the (now-fixed)
bug in bsd.perl.mk.
Hat: portmgr
Looked at by: kris
Notes
Notes:
svn path=/head/; revision=200308
-rw-r--r-- | www/p5-Template-Toolkit/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile index da121c76f621..8ec053995c6c 100644 --- a/www/p5-Template-Toolkit/Makefile +++ b/www/p5-Template-Toolkit/Makefile @@ -49,10 +49,6 @@ BUILD_DEPENDS+=${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date- BUILD_DEPENDS+=${SITE_PERL}/Pod/POM.pm:${PORTSDIR}/textproc/p5-Pod-POM .endif -.if defined(BATCH) -CONFIGURE_ENV= | -.endif - .include "Makefile.man" post-patch: |