pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/git-base



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 14 05:42:36 UTC 2018

Modified Files:
        pkgsrc/devel/git-base: Makefile

Log Message:
git-base: compute PERLLIBDIR in a less noisy way.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/git-base/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/git-base/Makefile
diff -u pkgsrc/devel/git-base/Makefile:1.52 pkgsrc/devel/git-base/Makefile:1.53
--- pkgsrc/devel/git-base/Makefile:1.52 Wed Apr 11 19:39:34 2018
+++ pkgsrc/devel/git-base/Makefile      Sat Apr 14 05:42:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2018/04/11 19:39:34 adam Exp $
+# $NetBSD: Makefile,v 1.53 2018/04/14 05:42:36 wiz Exp $
 
 .include "../../devel/git/Makefile.common"
 
@@ -66,9 +66,9 @@ CONFIGURE_ENV+=               gitexecdir=${GITCOREDIR
 
 MAKE_FLAGS+=           INSTALL=${INSTALL:Q}
 
-.include "../../lang/perl5//buildlink3.mk"
-PERLLIBDIR!=           ${PERL5} -MConfig -wle 'print substr $$Config{installvendorlib}, 1 + length $$Config{vendorprefixexp}'
-MAKE_ENV+=             PERLLIBDIR=${PERLLIBDIR}
+.include "../../lang/perl5/buildlink3.mk"
+PERLLIBDIR_cmd=                ${PERL5} -MConfig -wle 'print substr $$Config{installvendorlib}, 1 + length $$Config{vendorprefixexp}'
+MAKE_ENV+=             PERLLIBDIR=${PERLLIBDIR_cmd:sh}
 
 GIT_TEMPLATE_INSTDIR=  ${EGDIR}/${GIT_TEMPLATEDIR}
 MAKE_ENV+=             GIT_TEMPLATE_INSTDIR=${GIT_TEMPLATE_INSTDIR}



Home | Main Index | Thread Index | Old Index