pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-attachfile2



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri May  8 01:28:01 UTC 2020

Modified Files:
        pkgsrc/print/tex-attachfile2: Makefile

Log Message:
tex-attachfile2: fix path


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-attachfile2/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-attachfile2/Makefile
diff -u pkgsrc/print/tex-attachfile2/Makefile:1.1 pkgsrc/print/tex-attachfile2/Makefile:1.2
--- pkgsrc/print/tex-attachfile2/Makefile:1.1   Sun May  3 05:30:34 2020
+++ pkgsrc/print/tex-attachfile2/Makefile       Fri May  8 01:28:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/03 05:30:34 markd Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/08 01:28:01 markd Exp $
 
 DISTNAME=      attachfile2
 PKGNAME=       tex-${DISTNAME}-2.11
@@ -29,6 +29,6 @@ INSTALLATION_DIRS+=   bin
 
 post-extract:
        ${MKDIR} ${WRKSRC}/bin
-       ${MV} ${WRKSRC}/scripts/oberdiek/pdfatfi.pl ${WRKSRC}/bin/pdfatfi
+       ${MV} ${WRKSRC}/texmf-dist/scripts/attachfile2/pdfatfi.pl ${WRKSRC}/bin/pdfatfi
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index