pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-texlive-scripts-doc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 13 11:16:50 UTC 2020

Modified Files:
        pkgsrc/print/tex-texlive-scripts-doc: Makefile

Log Message:
tex-texlive-scripts-doc: Fix PKGMANDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-texlive-scripts-doc/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/tex-texlive-scripts-doc/Makefile
diff -u pkgsrc/print/tex-texlive-scripts-doc/Makefile:1.2 pkgsrc/print/tex-texlive-scripts-doc/Makefile:1.3
--- pkgsrc/print/tex-texlive-scripts-doc/Makefile:1.2   Sun May 10 23:37:14 2020
+++ pkgsrc/print/tex-texlive-scripts-doc/Makefile       Wed May 13 11:16:50 2020
@@ -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 @@ COMMENT=        Documentation for tex-texlive-s
 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