summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-02-08 11:31:28 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-02-08 11:31:28 +0000
commit4a609c3e893194e7f575ab3c4ef01f0a2e917ac0 (patch)
treec11b9cfb42efdee0b33975745854d8892f57e4e6 /editors/xemacs-devel
parentFix plist. (diff)
Fix plist.
Reported by: pointyhat(kris)
Notes
Notes: svn path=/head/; revision=155499
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r--editors/xemacs-devel/Makefile5
-rw-r--r--editors/xemacs-devel/pkg-plist1
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index b87ec0081c1a..9d34b1c2420c 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -125,7 +125,10 @@ post-install::
.for file in b2m ctags ellcc etags gnuclient ootags xemacs-${XEMACS_VER}
${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
- ${RM} -f ${PREFIX}/bin/send-pr
+ ${FIND} ${PREFIX}/lib/xemacs-${XEMACS_VER} -name \*.orig \
+ -exec ${RM} -f \{} \;
+ ${RM} -f ${PREFIX}/bin/send-pr \
+ ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/modules/auto-autoloads.el~
#.if defined(WANT_GTK)
# @${ECHO_MSG} "Please be aware that GTK support is buggy. Do not report bugs to"
# @${ECHO_MSG} "the maintainer."
diff --git a/editors/xemacs-devel/pkg-plist b/editors/xemacs-devel/pkg-plist
index f4c96172d7e7..1cf07b41ba2f 100644
--- a/editors/xemacs-devel/pkg-plist
+++ b/editors/xemacs-devel/pkg-plist
@@ -1447,6 +1447,7 @@ lib/xemacs-%%XEMACS_VER%%/lisp/x-win-xfree86.el
lib/xemacs-%%XEMACS_VER%%/lisp/x-win-xfree86.elc
@dirrm lib/xemacs-%%XEMACS_VER%%/lisp/term
@dirrm lib/xemacs-%%XEMACS_VER%%/lisp/mule
+@dirrm lib/xemacs-%%XEMACS_VER%%/lisp
@dirrm lib/xemacs-%%XEMACS_VER%%/info
@dirrm lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/include/s
@dirrm lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/include/m