summaryrefslogtreecommitdiff
path: root/lang/fpl/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 01:59:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 01:59:33 +0000
commited1014cedbb27b7c81c419511ff5af10b6071cb4 (patch)
tree216072d81a061322d1036357121dcf27abdd9ca0 /lang/fpl/files
parentnew port: net/luasocket - IP library for Lua language (diff)
new port: net/fpl
FPL is a complete script programming language _very_ similar to C. If you are a software developer and plans to add any kind of macro/script control, consider the FPL alternative! FPL library lets the software programmer define functions and variables that FPL should accept. The library will call a function in the software whenever any of these functions are used or variables are read in an FPL program. PR: ports/46756 Submitted by: Dominic Marks <dom@cus.org.uk>
Notes
Notes: svn path=/head/; revision=88033
Diffstat (limited to 'lang/fpl/files')
-rw-r--r--lang/fpl/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/fpl/files/patch-aa b/lang/fpl/files/patch-aa
new file mode 100644
index 000000000000..5416368c5bf8
--- /dev/null
+++ b/lang/fpl/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile Thu May 14 10:00:39 1998
++++ Makefile.new Sat Jan 4 15:53:08 2003
+@@ -13,7 +13,7 @@
+ ########################################################################
+
+ all:
+- @echo "no default action"
++ @(cd src; make)
+
+ tgz:
+ @(dir=`pwd`;name=`basename $$dir`;echo Creates $$name.tar.gz; cd .. ; \