diff options
author | tron <tron@pkgsrc.org> | 1998-01-28 17:14:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-01-28 17:14:25 +0000 |
commit | 3715ac69eddd95d9182f00f24c76f8aeaef0bd9d (patch) | |
tree | b56f952c1ee1e7ca7a7e8eaa0715d392fd3c3af1 /editors/xemacs20 | |
parent | 5b845835a9874d995da0887549d6030b9757686a (diff) | |
download | pkgsrc-3715ac69eddd95d9182f00f24c76f8aeaef0bd9d.tar.gz |
Fix package list so that a binary version of the package can be
installed and removed without problems, fixes PR pkg/4756.
Diffstat (limited to 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/pkg/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs20/pkg/PLIST b/editors/xemacs20/pkg/PLIST index 414cfcd1717..4bc87debad5 100644 --- a/editors/xemacs20/pkg/PLIST +++ b/editors/xemacs20/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 1998/01/28 15:33:52 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.8 1998/01/28 17:14:25 tron Exp $ bin/b2m bin/ctags bin/etags @@ -19,10 +19,10 @@ man/man1/gnuclient.1.gz man/man1/gnudoit.1.gz man/man1/gnuserv.1.gz man/man1/xemacs.1.gz -@exec mkdir -p lib/xemacs/lock ; chmod 1777 lib/xemacs/lock -@exec mkdir -p lib/xemacs/site-lisp ; chmod 755 lib/xemacs/site-lisp +@exec mkdir -p %D/lib/xemacs/lock ; chmod 1777 %D/lib/xemacs/lock +@exec mkdir -p %D/lib/xemacs/site-lisp ; chmod 755 %D/lib/xemacs/site-lisp @unexec rm -rf %D/lib/xemacs -@exec mkdir -p share/xemacs/site-lisp ; chmod 755 share/xemacs/site-lisp +@exec mkdir -p %D/share/xemacs/site-lisp ; chmod 755 %D/share/xemacs/site-lisp @unexec rm -rf %D/share/xemacs lib/xemacs-20.3/etc/BABYL lib/xemacs-20.3/etc/BETA |