pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/bibtexu



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb 23 13:04:53 UTC 2024

Modified Files:
        pkgsrc/print/bibtexu: Makefile

Log Message:
bibtexu: Fix PKGMANDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/bibtexu/Makefile

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

Modified files:

Index: pkgsrc/print/bibtexu/Makefile
diff -u pkgsrc/print/bibtexu/Makefile:1.3 pkgsrc/print/bibtexu/Makefile:1.4
--- pkgsrc/print/bibtexu/Makefile:1.3   Wed Nov  8 13:20:40 2023
+++ pkgsrc/print/bibtexu/Makefile       Fri Feb 23 13:04:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/11/08 13:20:40 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/23 13:04:53 jperkin Exp $
 
 PKGREVISION= 2
 .include "../../print/texlive/Makefile.common"
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+=      --with-system-icu
 CONFIGURE_ARGS+=       --with-system-kpathsea
 
 post-install:
-       rm ${DESTDIR}${PREFIX}/man/man1/bibtex8.1
+       rm ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/bibtex8.1
        rm -rf ${DESTDIR}${PREFIX}/share/texmf-dist/bibtex/csf
        rm -rf ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bibtex8
 



Home | Main Index | Thread Index | Old Index