diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-19 11:16:58 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-19 11:16:58 +0000 |
commit | f5dba9dba079ac004aa2ef326f49cc780b167904 (patch) | |
tree | 448062e109d6b85abb7e43a7cf45e11eb3a3964e /lang/pdss/files/patch-debug_utl:Makefile | |
parent | Upgrade 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)
Diffstat (limited to 'lang/pdss/files/patch-debug_utl:Makefile')
-rw-r--r-- | lang/pdss/files/patch-debug_utl:Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lang/pdss/files/patch-debug_utl:Makefile b/lang/pdss/files/patch-debug_utl:Makefile new file mode 100644 index 000000000000..3cff4ac010be --- /dev/null +++ b/lang/pdss/files/patch-debug_utl:Makefile @@ -0,0 +1,27 @@ +Index: debug_utl/Makefile +=================================================================== +RCS file: /ext/cvs/PDSS/debug_utl/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 +--- debug_utl/Makefile 11 Jun 2002 16:11:12 -0000 1.1.1.1 ++++ debug_utl/Makefile 5 Sep 2002 08:26:56 -0000 1.1.1.1.2.2 +@@ -1,3 +1,6 @@ ++DUTLDIR = ${PDSSROOT}/debug_utl ++DUTLSRCDIR = ${PDSSSHARE}/debug_utl ++ + PDSSCMP = ../pdsscmp + PDSSASM = ../emulator/pdssasm + PARA = +@@ -8,7 +11,10 @@ + all: $(PARA) $(DUTIL) + + install: +- ++ ${BSD_INSTALL_DIR} ${DUTLDIR} ++ ${BSD_INSTALL_SCRIPT} ${DUTIL} ${DUTLDIR} ++ ${BSD_INSTALL_DIR} ${DUTLSRCDIR} ++ ${BSD_INSTALL_DATA} *.kl1 ${DUTLSRCDIR} + clean: + + reassm: |