summaryrefslogtreecommitdiff
path: root/lang/pdss/files/patch-compiler:Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-10-31 14:13:19 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-10-31 14:13:19 +0000
commit2fb8ca3acd917f3889f46bb046b97ab7222df972 (patch)
tree83fa768728a05ea259d9f8d1551cb0965b503b60 /lang/pdss/files/patch-compiler:Makefile
parent- Update to 0.98 (diff)
Remove expired leaf ports:
2006-10-26 archivers/linux-unace 2006-10-12 audio/gdesklets-cornerxmms 2006-10-12 deskutils/gdesklets-sensor-displayconstraints 2006-10-17 devel/sdl_ldbad 2006-10-27 lang/pdss 2006-10-17 multimedia/slideshow
Notes
Notes: svn path=/head/; revision=175824
Diffstat (limited to 'lang/pdss/files/patch-compiler:Makefile')
-rw-r--r--lang/pdss/files/patch-compiler:Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/pdss/files/patch-compiler:Makefile b/lang/pdss/files/patch-compiler:Makefile
deleted file mode 100644
index f1fa2c553b7a..000000000000
--- a/lang/pdss/files/patch-compiler:Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: compiler/Makefile
-===================================================================
-RCS file: /ext/cvs/PDSS/compiler/Makefile,v
-retrieving revision 1.1.1.1
-diff -u -u -r1.1.1.1 Makefile
---- compiler/Makefile 11 Jun 2002 16:11:13 -0000 1.1.1.1
-+++ compiler/Makefile 12 Dec 2002 01:43:33 -0000
-@@ -1,3 +1,5 @@
-+COMPILERDIR = ${PDSSROOT}/compiler
-+
- PDSSCMP = ../pdsscmp +s
- PDSSASM = ../emulator/pdssasm
- PARA =
-@@ -5,9 +7,11 @@
- COMPILER = blt.sav com.sav comp.sav mrb.sav norm.sav outp.sav reader.sav \
- reg.sav macarg.sav macro.sav mactbl.sav struct.sav
-
--all: $(PARA) $(COMPILER)
-+all: $(PARA)
-
- install:
-+ ${BSD_INSTALL_DIR} ${COMPILERDIR}
-+ ${BSD_INSTALL_SCRIPT} ${COMPILER} ${COMPILERDIR}
-
- clean:
-