From the maintainer:

I found a minor bug in my Makefile of texproc/xalan-c.

Submitted by:	"Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
This commit is contained in:
Edwin Groothuis 2003-08-24 23:39:17 +00:00
parent 822e1c8b8c
commit dd69a79f0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87624

View file

@ -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)