substitute a untranslated variable
PR: 29308, 29697 Submitted by: Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
parent
0fd83ad843
commit
097929eff7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46370
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= itk
|
||||
PORTVERSION= ${MAJOR}.${MINOR}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits tk83
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=incrtcl
|
||||
|
@ -47,6 +48,9 @@ post-patch:
|
|||
-e 's,package require Itk,load \
|
||||
[glob ${WRKSRC}/${ITK_LIB_FILE}*],;' \
|
||||
-e 's,return$$,exit,' ${WRKSRC}/tests/*
|
||||
${PERL} -pi \
|
||||
-e 's,\@itk_LIB_FILE\@,${ITK_LIB_FILE},' \
|
||||
${WRKSRC}/pkgIndex.tcl.in
|
||||
|
||||
.if defined(DISPLAY)
|
||||
post-build test:
|
||||
|
|
Loading…
Reference in a new issue