diff options
author | sem <sem@FreeBSD.org> | 2005-11-19 23:13:16 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-19 23:13:16 +0800 |
commit | d1eaad33132df9867e7cc1bd6c3fa774c3b185f6 (patch) | |
tree | 12c953d75a46dbc042e684aefe33bc726880ee56 | |
parent | e43fe3269e4c8794de5367322af26716fe24cc8b (diff) | |
download | freebsd-ports-gnome-d1eaad33132df9867e7cc1bd6c3fa774c3b185f6.tar.gz freebsd-ports-gnome-d1eaad33132df9867e7cc1bd6c3fa774c3b185f6.tar.zst freebsd-ports-gnome-d1eaad33132df9867e7cc1bd6c3fa774c3b185f6.zip |
- Fix PLIST problem on amd64. Unbreak.
PR: ports/89250
Submitted by: Andrey Slusar
-rw-r--r-- | editors/xemacs/Makefile | 3 |
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> |