summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-11-19 15:13:16 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-11-19 15:13:16 +0000
commit58bb68c461f0d12b06425366dcc020e96c53a8c1 (patch)
treef7e0536dc1fbd654f9de461d3f44680cd56338fa /editors/xemacs
parent- Fix configure args for WITH_XAW3D (diff)
- Fix PLIST problem on amd64. Unbreak.
PR: ports/89250 Submitted by: Andrey Slusar
Notes
Notes: svn path=/head/; revision=148789
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index e5d352cc7729..26d7d5af1f29 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -53,7 +53,6 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} \
# Undump and malloc do not behave on amd64 at the moment
.if ${ARCH} == amd64
CONFIGURE_ARGS+= --with-system-malloc --pdump
-BROKEN= "Incomplete pkg-plist"
.endif
.if !defined(WITHOUT_XEMACS_PACKAGES)
@@ -136,6 +135,6 @@ post-install::
# Do what PLIST does for pkg_add.
${MKDIR} ${PREFIX}/lib/xemacs/site-lisp
${CHMOD} 755 ${PREFIX}/lib/xemacs/site-lisp
- ${RM} -f ${PREFIX}/bin/send-pr
+ ${RM} -f ${PREFIX}/bin/send-pr ${PREFIX}/bin/xemacs-${XEMACS_VER}-*.dmp
.include <bsd.port.post.mk>