diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 12:25:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 12:25:39 +0800 |
commit | 845320ded47b7b532bdcfc281b7e8c794eca3c1d (patch) | |
tree | 41f2cfa4d35f32905113cdaf0eddc3db5121eec6 | |
parent | 870eb6dae99b1acbb4c3247fae0d32d27f5e091d (diff) | |
download | freebsd-ports-gnome-845320ded47b7b532bdcfc281b7e8c794eca3c1d.tar.gz freebsd-ports-gnome-845320ded47b7b532bdcfc281b7e8c794eca3c1d.tar.zst freebsd-ports-gnome-845320ded47b7b532bdcfc281b7e8c794eca3c1d.zip |
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
-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: |