aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2006-02-08 19:31:28 +0800
committeranray <anray@FreeBSD.org>2006-02-08 19:31:28 +0800
commitc7be391957380ef159c2809b4b4c7563fa73a4af (patch)
tree132e002fc5c7a1cc1e601025e362b55fe5d13f31
parentec534466fbee09cc66eaf98db1d3655c639bcfa8 (diff)
downloadfreebsd-ports-gnome-c7be391957380ef159c2809b4b4c7563fa73a4af.tar.gz
freebsd-ports-gnome-c7be391957380ef159c2809b4b4c7563fa73a4af.tar.zst
freebsd-ports-gnome-c7be391957380ef159c2809b4b4c7563fa73a4af.zip
Fix plist.
Reported by: pointyhat(kris)
-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