diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 14:42:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 14:42:48 +0000 |
commit | 097929eff759c6734afbaf869c2bf458f28bd689 (patch) | |
tree | 0c518d156b439366c09f131d6346f206d35c76bd /x11-toolkits/itk | |
parent | add logjam (diff) |
substitute a untranslated variable
PR: 29308, 29697
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=46370
Diffstat (limited to 'x11-toolkits/itk')
-rw-r--r-- | x11-toolkits/itk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/itk/Makefile b/x11-toolkits/itk/Makefile index 627de26172ce..7bdfa7df68b4 100644 --- a/x11-toolkits/itk/Makefile +++ b/x11-toolkits/itk/Makefile @@ -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: |