diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-25 07:39:17 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-25 07:39:17 +0800 |
commit | 8758f02e34ccf52ec31a69dad5ce3575e44c9dd9 (patch) | |
tree | c54d6c410471d0cccf056c4e20f94f51ca9db510 /textproc/xalan-c/Makefile | |
parent | 392beee90eb653bb4bda3ea3c2e10b79c72febed (diff) | |
download | freebsd-ports-gnome-8758f02e34ccf52ec31a69dad5ce3575e44c9dd9.tar.gz freebsd-ports-gnome-8758f02e34ccf52ec31a69dad5ce3575e44c9dd9.tar.zst freebsd-ports-gnome-8758f02e34ccf52ec31a69dad5ce3575e44c9dd9.zip |
From the maintainer:
I found a minor bug in my Makefile of texproc/xalan-c.
Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
Diffstat (limited to 'textproc/xalan-c/Makefile')
-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) |