lang/ecl: Fix missing reference to SageMath
Add a reference to SageMath that was forgotten for a patch added with revision 537602. Reviewed by: thierry Approved by: olgeni (maintainer), gerald (mentor) Differential Revision: https://reviews.freebsd.org/D25180
This commit is contained in:
parent
27ade1ff70
commit
f90070a871
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538595
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
$(INSTALL_LIBRARY) $$i $(DESTDIR)$(bindir); \
|
||||
- fi; \
|
||||
- $(INSTALL_LIBRARY) $$i $(DESTDIR)$(libdir); \
|
||||
+ else \
|
||||
+ else \ # patch from SageMath
|
||||
+ $(INSTALL_LIBRARY) $$i $(DESTDIR)$(libdir); \
|
||||
+ fi \
|
||||
fi \
|
||||
|
|
Loading…
Reference in a new issue