diff options
Diffstat (limited to 'devel/tet3/Makefile')
-rw-r--r-- | devel/tet3/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/tet3/Makefile b/devel/tet3/Makefile index b7d1270bbe2..7dbf93a9c02 100644 --- a/devel/tet3/Makefile +++ b/devel/tet3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:34:09 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/22 18:09:01 agc Exp $ DISTNAME= tet3.3h-unsup.src PKGNAME= tet3-3.3h @@ -12,7 +12,11 @@ COMMENT= The Open Group test harness WRKSRC= ${WRKDIR}/src HAS_CONFIGURE= yes -REPLACE_PERL= yes +REPLACE_PERL= ../contrib/suite/src/common.pl ../contrib/NTperldemo/ts/tc1.pl +REPLACE_PERL+= ../contrib/NTperldemo/ts/tc2.pl ../contrib/NTperldemo/ts/tc3.pl +REPLACE_PERL+= ../contrib/tetreport/TetJournal.pl ../contrib/tetreport/TetReports.pl +REPLACE_PERL+= ../contrib/tetreport/tetreport.pl ../contrib/templates/perl-api.pl +REPLACE_PERL+= perl/api.pl perl/make_tcm.pl perl/template.pl MAKEFILE= makefile INTERACTIVE_STAGE= fetch |