svn commit: r329162 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18

Mathieu Arnold mat at FreeBSD.org
Thu Oct 3 08:35:39 UTC 2013


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


More information about the svn-ports-all mailing list