mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c2e628f92f
Elan is a programming language originally developed by the Technical University of Berlin, but nowadays an implementation is maintained by the Radboud University of Nijmegen. We at TCCN learn youngsters how to program in this language. We installed FreeBSD on one of our SPARC's some time ago, but Elan wasn't in the Ports tree yet. That's why I made two ports. One for lang/elan, the Elan compiler, and one for devel/mimir, a library the Elan compiler uses. More info about Elan: http://en.wikipedia.org/wiki/Elan_programming_language PR: ports/89275 Submitted by: Ed Schouten <ed@fxq.nl>
23 lines
448 B
Plaintext
23 lines
448 B
Plaintext
--- manuals/compiler/Makefile.in Thu May 19 17:52:40 2005
|
|
+++ manuals/compiler/Makefile.in Fri Nov 25 23:31:03 2005
|
|
@@ -221,7 +221,7 @@
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-docDATA
|
|
+install-data-am:
|
|
|
|
install-exec-am:
|
|
|
|
--- manuals/language/Makefile.in Thu May 19 17:52:39 2005
|
|
+++ manuals/language/Makefile.in Fri Nov 25 23:30:54 2005
|
|
@@ -217,7 +217,7 @@
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-docDATA
|
|
+install-data-am:
|
|
|
|
install-exec-am:
|
|
|