pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/perl5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 31 20:04:45 UTC 2020

Modified Files:
        pkgsrc/lang/perl5: buildlink3.mk

Log Message:
perl5: add comment for previous

pkglint complained about this but here LOCALBASE is needed


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/lang/perl5/buildlink3.mk

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

Modified files:

Index: pkgsrc/lang/perl5/buildlink3.mk
diff -u pkgsrc/lang/perl5/buildlink3.mk:1.68 pkgsrc/lang/perl5/buildlink3.mk:1.69
--- pkgsrc/lang/perl5/buildlink3.mk:1.68        Mon Aug 31 19:55:35 2020
+++ pkgsrc/lang/perl5/buildlink3.mk     Mon Aug 31 20:04:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.68 2020/08/31 19:55:35 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.69 2020/08/31 20:04:45 wiz Exp $
 
 BUILDLINK_TREE+=       perl
 
@@ -18,6 +18,7 @@ BUILDLINK_PKGSRCDIR.perl?=    ../../lang/pe
 
 _TOOLS_USE_PKGSRC.perl=        yes
 
+# do not change this LOCALBASE to PREFIX; that breaks the install of perl modules
 PERL5=         ${LOCALBASE}/bin/perl
 
 pkgbase := perl



Home | Main Index | Thread Index | Old Index