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:   jperkin
Date:           Fri May  5 23:00:27 UTC 2023

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

Log Message:
perl5: Unbreak unbalanced quote marks.

This wasn't noticed because this code is effectively useless and should be
ripped out.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/perl5/packlist.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/packlist.mk
diff -u pkgsrc/lang/perl5/packlist.mk:1.22 pkgsrc/lang/perl5/packlist.mk:1.23
--- pkgsrc/lang/perl5/packlist.mk:1.22  Tue Apr 25 07:29:47 2023
+++ pkgsrc/lang/perl5/packlist.mk       Fri May  5 23:00:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: packlist.mk,v 1.22 2023/04/25 07:29:47 adam Exp $
+# $NetBSD: packlist.mk,v 1.23 2023/05/05 23:00:27 jperkin Exp $
 #
 # This Makefile fragment is intended to be included by packages that
 # create packlist files.  This file is automatically included by
@@ -28,7 +28,7 @@ _PERL5_PACKLIST_MK=   # defined
 .include "../../mk/bsd.prefs.mk"
 
 PERL5_USE_PACKLIST?=   yes
-.if ${PERL5_USE_PACKLIST:tl} == yes"
+.if ${PERL5_USE_PACKLIST:tl} == yes
 # XXX: still experimental, but many packages already work
 #PERL5_PACKLIST?=      auto/${DISTNAME:C/-[0-9].*$//:C,-,/,g}/.packlist
 .endif



Home | Main Index | Thread Index | Old Index