summaryrefslogtreecommitdiff
path: root/textproc/xalan-c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-24 23:39:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-24 23:39:17 +0000
commitdd69a79f0f5ca5d411a456b2b7cbf2cbf4608a05 (patch)
tree824c23e1cc2612d921da8f874faace77d1680764 /textproc/xalan-c
parentUpdate to 2.2.7 (diff)
From the maintainer:
I found a minor bug in my Makefile of texproc/xalan-c. Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
Notes
Notes: svn path=/head/; revision=87624
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r--textproc/xalan-c/Makefile4
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)