aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs-devel/Makefile
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 /editors/xemacs-devel/Makefile
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)
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r--editors/xemacs-devel/Makefile5
1 files changed, 4 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."