pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/bibtex8
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 24 09:23:58 UTC 2024
Modified Files:
pkgsrc/print/bibtex8: Makefile
Log Message:
bibtex8: Fix PKGMANDIR.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/bibtex8/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/bibtex8/Makefile
diff -u pkgsrc/print/bibtex8/Makefile:1.2 pkgsrc/print/bibtex8/Makefile:1.3
--- pkgsrc/print/bibtex8/Makefile:1.2 Thu Mar 21 08:09:47 2024
+++ pkgsrc/print/bibtex8/Makefile Mon Jun 24 09:23:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/03/21 08:09:47 markd Exp $
+# $NetBSD: Makefile,v 1.3 2024/06/24 09:23:58 jperkin Exp $
.include "../../print/texlive/Makefile.common"
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --with-system-kpathsea
BUILD_MAKE_FLAGS+= KPATHSEA_LIBS+=-lkpathsea
post-install:
- rm ${DESTDIR}${PREFIX}/man/man1/bibtexu.1
+ rm ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/bibtexu.1
rm -rf ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bibtexu
.include "../../print/kpathsea/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index