pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xmlcatmgr



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Jun 27 10:27:36 UTC 2023

Modified Files:
        pkgsrc/textproc/xmlcatmgr: Makefile

Log Message:
textproc/xmlcatmgr: Handle LOCALBASE/TOOLBASE split.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/xmlcatmgr/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/xmlcatmgr/Makefile
diff -u pkgsrc/textproc/xmlcatmgr/Makefile:1.37 pkgsrc/textproc/xmlcatmgr/Makefile:1.38
--- pkgsrc/textproc/xmlcatmgr/Makefile:1.37     Fri Mar 20 11:58:30 2020
+++ pkgsrc/textproc/xmlcatmgr/Makefile  Tue Jun 27 10:27:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/03/20 11:58:30 nia Exp $
+# $NetBSD: Makefile,v 1.38 2023/06/27 10:27:36 riastradh Exp $
 #
 
 DISTNAME=      xmlcatmgr-2.2
@@ -31,7 +31,7 @@ INSTALLATION_DIRS+=   share/examples/xmlca
 XMLCATMGR=     ${WRKSRC}/xmlcatmgr
 .else
 TOOL_DEPENDS+= ${PKGNAME}:../../textproc/xmlcatmgr
-XMLCATMGR=     ${PREFIX}/bin/xmlcatmgr
+XMLCATMGR=     ${TOOLBASE}/bin/xmlcatmgr
 .endif
 
 post-build:



Home | Main Index | Thread Index | Old Index