From dd69a79f0f5ca5d411a456b2b7cbf2cbf4608a05 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 24 Aug 2003 23:39:17 +0000 Subject: From the maintainer: I found a minor bug in my Makefile of texproc/xalan-c. Submitted by: "Bjoern A. Zeeb" --- textproc/xalan-c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/xalan-c') diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index e4fa7f50beb2..70a99181210d 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -145,8 +145,8 @@ post-install: .for i in ${SAMPLE_BINS} @${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin .endfor -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc-sample-src) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc-sample-src" +.if exists(${.CURDIR}/Makefile.inc-sample-src) +.include "${.CURDIR}/Makefile.inc-sample-src" .endif .endif .if !defined(NOPORTDOCS) -- cgit v1.2.3