Date: Sat, 8 Nov 1997 14:19:03 -0800 (PST) From: Gary Jennejohn <gj@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/editors/xemacs20 Makefile ports/editors/xemacs20/pkg PLIST Message-ID: <199711082219.OAA22638@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gj 1997/11/08 14:19:03 PST
Modified files:
editors/xemacs20 Makefile
Log:
Put the lock file in /var/run/xemacs/lock rather than
${PREFIX}/lib/xemacs/lock.
Also modify post-install to set the permissions on /var/run/xemacs/lock,
${PREFIX}/lib/xemacs/site-lisp and ${PREFIX}/share/xemacs/site-lisp, as
done in PLIST, since ``make install'' doesn't do it.
PR: ports/4976
Submitted by: Sheldon Hearn
Revision Changes Path
1.2 +6 -1 ports/editors/xemacs20/Makefile
Modified files:
editors/xemacs20/pkg PLIST
Log:
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
Revision Changes Path
1.2 +4 -9 ports/editors/xemacs20/pkg/PLIST
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711082219.OAA22638>
