Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/tex-attachfile2 tex-attachfile2: fix path
details: https://anonhg.NetBSD.org/pkgsrc/rev/eecb466f70c2
branches: trunk
changeset: 431020:eecb466f70c2
user: markd <markd%pkgsrc.org@localhost>
date: Fri May 08 01:28:01 2020 +0000
description:
tex-attachfile2: fix path
diffstat:
print/tex-attachfile2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a80e83b06125 -r eecb466f70c2 print/tex-attachfile2/Makefile
--- a/print/tex-attachfile2/Makefile Fri May 08 01:18:08 2020 +0000
+++ b/print/tex-attachfile2/Makefile Fri May 08 01:28:01 2020 +0000
@@ -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 @@
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