K 10 svn:author V 2 gj K 8 svn:date V 27 1997-11-08T22:19:00.000000Z K 7 svn:log V 402 Put the lock file in /var/run/xemacs/lock rather than ${PREFIX}/lib/xemacs/lock. Also simplfy removal of some directories with pkg_delete. Previously, the contents of ${PREFIX}/{lib,share}/xemacs/site-lisp was deleted and then the directories themselves using @dirrm. This didn't work in my tests, so I changed it to just ``@exec rm -rf'' the directories. PR: ports/4976 Submitted by: Sheldon Hearn END