mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
822e1c8b8c
commit
dd69a79f0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87624
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue