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.
This commit is contained in:
parent
c8891027ae
commit
2e0a730f64
1 changed files with 9 additions and 7 deletions
|
@ -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 @@ DEPENDS+= teTeX-share>=2.0.2:../../print/teTeX-share
|
|||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue