diff options
author | matthew <matthew@FreeBSD.org> | 2013-10-01 06:28:23 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-10-01 06:28:23 +0800 |
commit | 1fa0289d63bdff8f9957e0af381ab4a2c043caa9 (patch) | |
tree | 92b63bcde7d020b8d27b3620298a2f032cec0ffe /www | |
parent | 4de894e531259804fdaa54cb2b6c53087678665d (diff) | |
download | freebsd-ports-graphics-1fa0289d63bdff8f9957e0af381ab4a2c043caa9.tar.gz freebsd-ports-graphics-1fa0289d63bdff8f9957e0af381ab4a2c043caa9.tar.zst freebsd-ports-graphics-1fa0289d63bdff8f9957e0af381ab4a2c043caa9.zip |
Remove some test code accidentally included in previous commit.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-RT-Authen-ExternalAuth/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile index 7f7ac54eaeb..d66e9588a35 100644 --- a/www/p5-RT-Authen-ExternalAuth/Makefile +++ b/www/p5-RT-Authen-ExternalAuth/Makefile @@ -46,8 +46,6 @@ do-configure: @cd ${CONFIGURE_WRKSRC} && \ unset PREFIX && \ ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${SITE_PERL} ./${CONFIGURE_SCRIPT} && \ - ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//;' \ - -e 's,^DESTDIR = ,DESTDIR = ${STAGEDIR},;' Makefile - + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//;' Makefile .include <bsd.port.mk> |