pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-readxl



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jul  9 13:16:15 UTC 2026

Modified Files:
        pkgsrc/textproc/R-readxl: Makefile

Log Message:
(textproc/R-readxl) remove garbage at the end of line


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-readxl/Makefile

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

Modified files:

Index: pkgsrc/textproc/R-readxl/Makefile
diff -u pkgsrc/textproc/R-readxl/Makefile:1.5 pkgsrc/textproc/R-readxl/Makefile:1.6
--- pkgsrc/textproc/R-readxl/Makefile:1.5       Thu Jul  2 12:59:03 2026
+++ pkgsrc/textproc/R-readxl/Makefile   Thu Jul  9 13:16:15 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/07/02 12:59:03 mef Exp $
+# $NetBSD: Makefile,v 1.6 2026/07/09 13:16:15 mef Exp $
 
 R_PKGNAME=     readxl
 R_PKGVER=      1.5.0
@@ -19,7 +19,7 @@ SUBST_CLASSES+=               pkglibs
 SUBST_STAGE.pkglibs=   pre-configure
 SUBST_FILES.pkglibs=   src/Makevars
 SUBST_MESSAGE.pkglibs= Add -lexecinfo for *BSD
-.if ${OPSYS} != SunOS && ${OPSYS} != Linux && ${OPSYS} != Darwin
+.if ${OPSYS} != SunOS && ${OPSYS} != Linux && ${OPSYS} != Darwin
 SUBST_SED.pkglibs=     -e s,@@PKG_LIBS@@,PKG_LIBS+=-lexecinfo,
 .else
 SUBST_SED.pkglibs=     -e s,@@PKG_LIBS@@,,



Home | Main Index | Thread Index | Old Index