diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-05-19 12:38:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-05-19 12:38:25 +0000 |
commit | 0350a51e47a8acc3c0f5077d16b74b5e3fb6821c (patch) | |
tree | 7215b10d0c56314d6784d9e7df2499b678d06559 /korean | |
parent | 21b613ac260318360ce2e2bfde9e70a113b7022b (diff) | |
download | ports-0350a51e47a8acc3c0f5077d16b74b5e3fb6821c.tar.gz ports-0350a51e47a8acc3c0f5077d16b74b5e3fb6821c.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanemacs/pkg-plist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/hanemacs/pkg-plist b/korean/hanemacs/pkg-plist index 4b8f665557a7..c8a8ee5e08b5 100644 --- a/korean/hanemacs/pkg-plist +++ b/korean/hanemacs/pkg-plist @@ -10,8 +10,8 @@ bin/emacsclient @exec if [ ! -d %d/share/hanemacs/19.34/site-lisp ]; then mkdir -p %D/share/hanemacs/19.34/site-lisp; fi @comment these two can fail if other ports are installed, no need to @comment scare user in that case -@dirrm %D/share/hanemacs/site-lisp -@dirrm %D/share/hanemacs/19.34/site-lisp +@unexec %D/share/hanemacs/site-lisp 2>/dev/null || true +@unexec %D/share/hanemacs/19.34/site-lisp 2>/dev/null || true man/man1/emacs.1.gz man/man1/etags.1.gz man/man1/ctags.1.gz @@ -137,7 +137,6 @@ share/hanemacs/19.34/etc/COPYING share/hanemacs/19.34/etc/DEBUG share/hanemacs/19.34/etc/DISTRIB share/hanemacs/19.34/etc/DOC-19.34.1 -share/hanemacs/19.34/etc/DOC-19.34.2 share/hanemacs/19.34/etc/FAQ share/hanemacs/19.34/etc/FTP share/hanemacs/19.34/etc/GNU |