diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:54:31 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:54:31 +0000 |
commit | c8b230d195a992158323e1a2f85a6ed24c29ac13 (patch) | |
tree | 14e2a514460719c10c08220b969ab3c72e495953 /devel/cl-asdf/files/patch-asdf.lisp | |
parent | Link to new location after repo copy move (diff) |
Add cl-asdf 2003.05.16, a system definition facility for Common Lisp.
PR: 52358
Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes:
svn path=/head/; revision=82103
Diffstat (limited to 'devel/cl-asdf/files/patch-asdf.lisp')
-rw-r--r-- | devel/cl-asdf/files/patch-asdf.lisp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/cl-asdf/files/patch-asdf.lisp b/devel/cl-asdf/files/patch-asdf.lisp new file mode 100644 index 000000000000..87ef4c51cbbb --- /dev/null +++ b/devel/cl-asdf/files/patch-asdf.lisp @@ -0,0 +1,12 @@ +--- asdf.lisp.orig Thu Mar 20 13:58:09 2003 ++++ asdf.lisp Thu Mar 20 13:58:49 2003 +@@ -322,8 +322,7 @@ + + (defvar *central-registry* + '(*default-pathname-defaults* +- #+nil "/home/dan/src/sourceforge/cclan/asdf/systems/" +- #+nil "telent:asdf;systems;")) ++ "/usr/local/lib/common-lisp/system-registry/")) + + (defun sysdef-central-registry-search (system) + (let ((name (coerce-name system))) |