diff options
-rw-r--r-- | textproc/xalan-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |