Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-texlive-scripts-doc tex-texlive-scripts-doc:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4f74bd233b0
branches:  trunk
changeset: 431452:b4f74bd233b0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed May 13 11:16:50 2020 +0000

description:
tex-texlive-scripts-doc: Fix PKGMANDIR.

diffstat:

 print/tex-texlive-scripts-doc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 097c4336d54b -r b4f74bd233b0 print/tex-texlive-scripts-doc/Makefile
--- a/print/tex-texlive-scripts-doc/Makefile    Wed May 13 11:14:21 2020 +0000
+++ b/print/tex-texlive-scripts-doc/Makefile    Wed May 13 11:16:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/10 23:37:14 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/13 11:16:50 jperkin Exp $
 
 DISTNAME=      texlive-scripts.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2020
@@ -9,7 +9,7 @@
 LICENSE=       gnu-gpl-v2 AND public-domain
 
 post-install:
-       ${RM} ${DESTDIR}${PREFIX}/man/man1/install-tl.1
+       ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/install-tl.1
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index