diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-17 14:42:48 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-17 14:42:48 +0000 |
commit | f5c04fadd1b26fc0d377421531b7bdc50739cbe9 (patch) | |
tree | 767c34b6750bdcf3eea7d04370225f4cfa6bbe08 /x11-toolkits | |
parent | 3017f11bc5e38b4f85acb35e5d64ea00ce0e8d2c (diff) | |
download | FreeBSD-ports-f5c04fadd1b26fc0d377421531b7bdc50739cbe9.zip FreeBSD-ports-f5c04fadd1b26fc0d377421531b7bdc50739cbe9.tar.gz |
substitute a untranslated variable
PR: 29308, 29697
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-toolkits')
-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 627de26..7bdfa7d 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: |