pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/teTeX-sharesrc Fixed the path to the Perl interp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa51aee2b4b9
branches:  trunk
changeset: 516381:fa51aee2b4b9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 20 05:24:07 2006 +0000

description:
Fixed the path to the Perl interpreter, but didn't add a runtime
dependency to Perl. Since now, no one has complained that the scripts
cannot be run, so it can be expected that users who want to run them
will be able to install Perl, too.

diffstat:

 print/teTeX-sharesrc/Makefile |  16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 06deb23496b1 -r fa51aee2b4b9 print/teTeX-sharesrc/Makefile
--- a/print/teTeX-sharesrc/Makefile     Wed Jul 19 23:42:31 2006 +0000
+++ b/print/teTeX-sharesrc/Makefile     Thu Jul 20 05:24:07 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2006/01/22 08:45:05 hira Exp $
+# $NetBSD: Makefile,v 1.30 2006/07/20 05:24:07 rillig Exp $
 
 DISTNAME=      tetex-texmfsrc-2.0.2
 PKGNAME=       teTeX-sharesrc-2.0.2
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/}
 
@@ -15,16 +16,17 @@
 
 WRKSRC=                ${WRKDIR}
 DIST_SUBDIR=   teTeX
-EXTRACT_ONLY=  # empty
-NO_CONFIGURE=  yes
 NO_BUILD=      yes
-NO_MTREE=      yes
+INSTALLATION_DIRS=     share/texmf
+
+REPLACE_PERL+= source/latex/t2/enc-maps/make-enc.pl
+REPLACE_PERL+= source/latex/koma-script/genindex.pl
+# Left out because the above files are seldomly used.
+#USE_TOOLS+=   perl:run
 
 .include "../../mk/bsd.prefs.mk"
 
 do-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
-       extract_file=${_DISTDIR:Q}/${DISTFILES:Q};                      \
-       cd ${PREFIX}/share/texmf; ${EXTRACT_CMD}
+       cd ${WRKSRC} && ${PAX} -wr LICENSE.* source ${PREFIX}/share/texmf
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index