summaryrefslogtreecommitdiff
path: root/lang/pdss/files/patch-compiler:Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-09-19 11:16:58 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-09-19 11:16:58 +0000
commitf5dba9dba079ac004aa2ef326f49cc780b167904 (patch)
tree448062e109d6b85abb7e43a7cf45e11eb3a3964e /lang/pdss/files/patch-compiler:Makefile
parentUpgrade to 3.20-2. (diff)
Add PDSS(v2.52.21), which stands for PIMOS Development Support
System, is a KL1/Prolog (Parallel logic programming language) byte-code Interpreter/compiler environment. PR: ports/42703 Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org> Approved by: knu (mentor)
Notes
Notes: svn path=/head/; revision=66699
Diffstat (limited to 'lang/pdss/files/patch-compiler:Makefile')
-rw-r--r--lang/pdss/files/patch-compiler:Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/pdss/files/patch-compiler:Makefile b/lang/pdss/files/patch-compiler:Makefile
new file mode 100644
index 000000000000..8cb88b533877
--- /dev/null
+++ b/lang/pdss/files/patch-compiler:Makefile
@@ -0,0 +1,23 @@
+Index: compiler/Makefile
+===================================================================
+RCS file: /ext/cvs/PDSS/compiler/Makefile,v
+retrieving revision 1.1.1.1
+retrieving revision 1.1.1.1.2.2
+diff -u -r1.1.1.1 -r1.1.1.1.2.2
+--- compiler/Makefile 11 Jun 2002 16:11:13 -0000 1.1.1.1
++++ compiler/Makefile 5 Sep 2002 08:26:56 -0000 1.1.1.1.2.2
+@@ -1,3 +1,5 @@
++COMPILERDIR = ${PDSSROOT}/compiler
++
+ PDSSCMP = ../pdsscmp +s
+ PDSSASM = ../emulator/pdssasm
+ PARA =
+@@ -8,6 +10,8 @@
+ all: $(PARA) $(COMPILER)
+
+ install:
++ ${BSD_INSTALL_DIR} ${COMPILERDIR}
++ ${BSD_INSTALL_SCRIPT} ${COMPILER} ${COMPILERDIR}
+
+ clean:
+