Lines 53-59
Link Here
|
53 |
# Undump and malloc do not behave on amd64 at the moment |
53 |
# Undump and malloc do not behave on amd64 at the moment |
54 |
.if ${ARCH} == amd64 |
54 |
.if ${ARCH} == amd64 |
55 |
CONFIGURE_ARGS+= --with-system-malloc --pdump |
55 |
CONFIGURE_ARGS+= --with-system-malloc --pdump |
56 |
BROKEN= "Incomplete pkg-plist" |
|
|
57 |
.endif |
56 |
.endif |
58 |
|
57 |
|
59 |
.if !defined(WITHOUT_XEMACS_PACKAGES) |
58 |
.if !defined(WITHOUT_XEMACS_PACKAGES) |
Lines 136-141
Link Here
|
136 |
# Do what PLIST does for pkg_add. |
135 |
# Do what PLIST does for pkg_add. |
137 |
${MKDIR} ${PREFIX}/lib/xemacs/site-lisp |
136 |
${MKDIR} ${PREFIX}/lib/xemacs/site-lisp |
138 |
${CHMOD} 755 ${PREFIX}/lib/xemacs/site-lisp |
137 |
${CHMOD} 755 ${PREFIX}/lib/xemacs/site-lisp |
139 |
${RM} -f ${PREFIX}/bin/send-pr |
138 |
${RM} -f ${PREFIX}/bin/send-pr ${PREFIX}/bin/xemacs-${XEMACS_VER}-*.dmp |
140 |
|
139 |
|
141 |
.include <bsd.port.post.mk> |
140 |
.include <bsd.port.post.mk> |