svn commit: r328884 - head/www/p5-RT-Authen-ExternalAuth

Matthew Seaman matthew at FreeBSD.org
Mon Sep 30 22:28:23 UTC 2013


Author: matthew
Date: Mon Sep 30 22:28:23 2013
New Revision: 328884
URL: http://svnweb.freebsd.org/changeset/ports/328884

Log:
  Remove some test code accidentally included in previous commit.

Modified:
  head/www/p5-RT-Authen-ExternalAuth/Makefile

Modified: head/www/p5-RT-Authen-ExternalAuth/Makefile
==============================================================================
--- head/www/p5-RT-Authen-ExternalAuth/Makefile	Mon Sep 30 22:26:08 2013	(r328883)
+++ head/www/p5-RT-Authen-ExternalAuth/Makefile	Mon Sep 30 22:28:23 2013	(r328884)
@@ -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>


More information about the svn-ports-all mailing list