mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build: extconf now inserts -L'.' into Makefile for some reason; bandaid
Reported by: pointyhat Approved by: portmgr (hat)
This commit is contained in:
parent
da49792393
commit
dafa4acef1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202662
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ EXAMPLES_EN= es.png png.rb pngtest.rb pngtest.sh \
|
|||
sample/4.png sample/5.png sample/6.png sample/7.png \
|
||||
sample/8.png sample/9.png sample/pngcat.rb
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e "s| -L'.'||" ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue