diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-24 23:39:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-24 23:39:17 +0000 |
commit | dd69a79f0f5ca5d411a456b2b7cbf2cbf4608a05 (patch) | |
tree | 824c23e1cc2612d921da8f874faace77d1680764 /textproc/xalan-c | |
parent | 822e1c8b8cbd18890ad80da479c7dd0fe9abccc2 (diff) | |
download | ports-dd69a79f0f5ca5d411a456b2b7cbf2cbf4608a05.tar.gz ports-dd69a79f0f5ca5d411a456b2b7cbf2cbf4608a05.zip |
Notes
Diffstat (limited to 'textproc/xalan-c')
-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) |