pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 24 09:44:34 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-texlive-scripts-extra-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-extra-doc/Makefile
diff -u pkgsrc/print/tex-texlive-scripts-extra-doc/Makefile:1.1 pkgsrc/print/tex-texlive-scripts-extra-doc/Makefile:1.2
--- pkgsrc/print/tex-texlive-scripts-extra-doc/Makefile:1.1     Sun May 10 03:56:45 2020
+++ pkgsrc/print/tex-texlive-scripts-extra-doc/Makefile Mon Jun 24 09:44:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/10 03:56:45 markd Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/24 09:44:34 jperkin Exp $
 
 DISTNAME=      texlive-scripts-extra.doc
 PKGNAME=       tex-${DISTNAME:S/./-/}-2020
@@ -10,8 +10,8 @@ LICENSE=      gnu-gpl-v2 AND public-domain
 
 # remove manual pages installed by web2c
 post-install:
-       ${RM} ${DESTDIR}${PREFIX}/man/man1/mkocp.1
-       ${RM} ${DESTDIR}${PREFIX}/man/man1/mkofm.1
+       ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mkocp.1
+       ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mkofm.1
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index