Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 08:35:38 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329162 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18
Message-ID:  <201310030835.r938ZcoV026830@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Oct  3 08:35:38 2013
New Revision: 329162
URL: http://svnweb.freebsd.org/changeset/ports/329162

Log:
  Remove the now useless pre-su-install target.
  
  Spotted by:	bapt

Modified:
  head/lang/perl5.12/Makefile
  head/lang/perl5.14/Makefile
  head/lang/perl5.16/Makefile
  head/lang/perl5.18/Makefile

Modified: head/lang/perl5.12/Makefile
==============================================================================
--- head/lang/perl5.12/Makefile	Thu Oct  3 08:24:08 2013	(r329161)
+++ head/lang/perl5.12/Makefile	Thu Oct  3 08:35:38 2013	(r329162)
@@ -193,10 +193,6 @@ post-patch:
 		${WRKSRC}/hints/freebsd.sh
 .endif
 
-pre-su-install:
-	@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
-	@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
 .if ${OSVERSION} >= 900022

Modified: head/lang/perl5.14/Makefile
==============================================================================
--- head/lang/perl5.14/Makefile	Thu Oct  3 08:24:08 2013	(r329161)
+++ head/lang/perl5.14/Makefile	Thu Oct  3 08:35:38 2013	(r329162)
@@ -190,10 +190,6 @@ post-patch:
 		${WRKSRC}/hints/freebsd.sh
 .endif
 
-pre-su-install:
-	@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
-	@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
 .if ${OSVERSION} >= 900022

Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile	Thu Oct  3 08:24:08 2013	(r329161)
+++ head/lang/perl5.16/Makefile	Thu Oct  3 08:35:38 2013	(r329162)
@@ -189,10 +189,6 @@ post-patch:
 		${WRKSRC}/hints/freebsd.sh
 .endif
 
-pre-su-install:
-	@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
-	@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
 .if ${OSVERSION} >= 900022

Modified: head/lang/perl5.18/Makefile
==============================================================================
--- head/lang/perl5.18/Makefile	Thu Oct  3 08:24:08 2013	(r329161)
+++ head/lang/perl5.18/Makefile	Thu Oct  3 08:35:38 2013	(r329162)
@@ -171,10 +171,6 @@ post-patch:
 		${WRKSRC}/hints/freebsd.sh
 .endif
 
-pre-su-install:
-	@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
-	@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
 .if ${OSVERSION} >= 900022



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