From 1e084b2c9c654459bca39af621f80e58434e4ac8 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 2 Sep 2003 13:38:44 +0000 Subject: Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. --- lang/sather/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 292521960a9..0072f509ccb 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/08/09 10:59:11 seb Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/02 13:38:44 seb Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 2 @@ -19,7 +19,7 @@ MAKE_ENV+= _OPSYS_RPATH_NAME=${_OPSYS_RPATH_NAME} USE_MAKEINFO= YES INFO_FILES= sather.info sather-tutorial.info sather-mode.info -REPLACE_PERL= ${WRKSRC}/Browser/Web/ps2gif +REPLACE_PERL= Browser/Web/ps2gif do-configure: for f in \ -- cgit v1.2.3