diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-10-31 14:13:19 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-10-31 14:13:19 +0000 |
commit | 2fb8ca3acd917f3889f46bb046b97ab7222df972 (patch) | |
tree | 83fa768728a05ea259d9f8d1551cb0965b503b60 /lang/pdss/files/patch-runtime: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-runtime:Makefile')
-rw-r--r-- | lang/pdss/files/patch-runtime:Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/pdss/files/patch-runtime:Makefile b/lang/pdss/files/patch-runtime:Makefile deleted file mode 100644 index 534a1b537c02..000000000000 --- a/lang/pdss/files/patch-runtime:Makefile +++ /dev/null @@ -1,28 +0,0 @@ -Index: runtime/Makefile -=================================================================== -RCS file: /ext/cvs/PDSS/runtime/Makefile,v -retrieving revision 1.1.1.1 -diff -u -u -r1.1.1.1 Makefile ---- runtime/Makefile 11 Jun 2002 16:11:11 -0000 1.1.1.1 -+++ runtime/Makefile 12 Dec 2002 01:46:34 -0000 -@@ -1,12 +1,19 @@ -+RUNTIMEDIR = ${PDSSROOT}/runtime -+RUNTIMESRCDIR = ${PDSSSHARE}/runtime -+ - PDSSCMP = ../pdsscmp +s - PDSSASM = ../emulator/pdssasm - PARA = - - RUNTIME = coddev.sav windev.sav fildev.sav timdev.sav shoen.sav - --all: $(PARA) $(RUNTIME) -+all: $(PARA) - - install: -+ ${BSD_INSTALL_DIR} ${RUNTIMEDIR} -+ ${BSD_INSTALL_SCRIPT} ${RUNTIME} ${RUNTIMEDIR} -+ ${BSD_INSTALL_DIR} ${RUNTIMESRCDIR} -+ ${BSD_INSTALL_SCRIPT} *.kl1 ${RUNTIMESRCDIR} - - clean: - |