svn commit: r395700 - in head/lang: perl5-devel perl5.18 perl5.20 perl5.22

Mathieu Arnold mat at FreeBSD.org
Mon Aug 31 13:44:51 UTC 2015


Author: mat
Date: Mon Aug 31 13:44:48 2015
New Revision: 395700
URL: https://svnweb.freebsd.org/changeset/ports/395700

Log:
  Fix last commit.
  
  Pointy hat to:	mat
  Noticed by:	the index breakage notification of portsnap.
  Sponsored by:	Absolight

Modified:
  head/lang/perl5-devel/Makefile
  head/lang/perl5.18/Makefile
  head/lang/perl5.20/Makefile
  head/lang/perl5.22/Makefile

Modified: head/lang/perl5-devel/Makefile
==============================================================================
--- head/lang/perl5-devel/Makefile	Mon Aug 31 13:39:00 2015	(r395699)
+++ head/lang/perl5-devel/Makefile	Mon Aug 31 13:44:48 2015	(r395700)
@@ -161,7 +161,7 @@ PLIST_SUB+=	PERL_VERSION=${PERL_VERSION}
 		ARCH_LIB=${_ARCH_LIB}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION} # XXX Remove
 
-.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
+.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
 
 # if this port is default due PERL5_DEFAULT
 # change PKGNAME to reflect this

Modified: head/lang/perl5.18/Makefile
==============================================================================
--- head/lang/perl5.18/Makefile	Mon Aug 31 13:39:00 2015	(r395699)
+++ head/lang/perl5.18/Makefile	Mon Aug 31 13:44:48 2015	(r395700)
@@ -117,7 +117,7 @@ PKGINSTALL=	${WRKDIR}/use.perl
 PKGDEINSTALL=	${WRKDIR}/use.perl
 INSTALL_TARGET=	install-strip
 
-.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
+.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
 
 # if this port is default due PERL5_DEFAULT
 # change PKGNAME to reflect this

Modified: head/lang/perl5.20/Makefile
==============================================================================
--- head/lang/perl5.20/Makefile	Mon Aug 31 13:39:00 2015	(r395699)
+++ head/lang/perl5.20/Makefile	Mon Aug 31 13:44:48 2015	(r395700)
@@ -144,7 +144,7 @@ PLIST_SUB+=	PERL_VERSION=${PERL_VERSION}
 		PRIV_LIB=${_PRIV_LIB} \
 		ARCH_LIB=${_ARCH_LIB}
 
-.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
+.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
 
 # if this port is default due PERL5_DEFAULT
 # change PKGNAME to reflect this

Modified: head/lang/perl5.22/Makefile
==============================================================================
--- head/lang/perl5.22/Makefile	Mon Aug 31 13:39:00 2015	(r395699)
+++ head/lang/perl5.22/Makefile	Mon Aug 31 13:44:48 2015	(r395700)
@@ -142,7 +142,7 @@ PLIST_SUB+=	PERL_VERSION=${PERL_VERSION}
 		PRIV_LIB=${_PRIV_LIB} \
 		ARCH_LIB=${_ARCH_LIB}
 
-.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
+.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
 
 # if this port is default due PERL5_DEFAULT
 # change PKGNAME to reflect this


More information about the svn-ports-all mailing list