Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 22:28:23 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328884 - head/www/p5-RT-Authen-ExternalAuth
Message-ID:  <201309302228.r8UMSNww079371@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309302228.r8UMSNww079371>