pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 14 15:33:03 UTC 2023

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
libreoffice: fix path in CHECK_WRKREF_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 pkgsrc/misc/libreoffice/Makefile

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

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.302 pkgsrc/misc/libreoffice/Makefile:1.303
--- pkgsrc/misc/libreoffice/Makefile:1.302      Thu Apr 13 12:14:30 2023
+++ pkgsrc/misc/libreoffice/Makefile    Fri Apr 14 15:33:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.302 2023/04/13 12:14:30 wiz Exp $
+# $NetBSD: Makefile,v 1.303 2023/04/14 15:33:03 wiz Exp $
 
 VERREL=                7.5.1
 VERRC=         2
@@ -299,7 +299,7 @@ BUILDLINK_TRANSFORM+=       rm:-ldl
 
 INSTALLATION_DIRS=     bin share/applications
 
-CHECK_WRKREF_SKIP+=    ${PKGNAME}/lib/libreoffice/program/libsofficeapp.so
+CHECK_WRKREF_SKIP+=    ${PKGNAME_NOREV}/lib/libreoffice/program/libsofficeapp.so
 
 .PHONY: debugrun
 # For debugging



Home | Main Index | Thread Index | Old Index