pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/jose



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  4 20:55:06 UTC 2026

Modified Files:
        pkgsrc/textproc/jose: Makefile

Log Message:
jose: use PREFIX instead of /usr/pkg


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/jose/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/jose/Makefile
diff -u pkgsrc/textproc/jose/Makefile:1.6 pkgsrc/textproc/jose/Makefile:1.7
--- pkgsrc/textproc/jose/Makefile:1.6   Thu May 23 08:18:42 2024
+++ pkgsrc/textproc/jose/Makefile       Sat Jul  4 20:55:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/05/23 08:18:42 nikita Exp $
+# $NetBSD: Makefile,v 1.7 2026/07/04 20:55:06 wiz Exp $
 
 DISTNAME=      jose-14
 CATEGORIES=    textproc
@@ -16,7 +16,7 @@ TOOL_DEPENDS+=        ninja-build-[0-9]*:../../
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 
 post-install:
-       ${RM} -rf ${DESTDIR}/usr/pkg/share/licenses/jose
+       ${RM} -rf ${DESTDIR}${PREFIX}/share/licenses/jose
 
 .include "../../devel/meson/build.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index