mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
BROKEN on ia64: Does not build
Approved by: portmgr (self)
This commit is contained in:
parent
1e76364294
commit
711255db4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132073
@ -29,6 +29,12 @@ PLIST_FILES= ${ELISP_FILES:S/^/${ELISP_DIR}\//} \
|
||||
${DOC_FILES:S/^/${DOC_DIR}\//}
|
||||
PLIST_DIRS= ${ELISP_DIR} ${DOC_DIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Does not build on ia64"
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
.for __f in ${ELISP_FILES}
|
||||
cd ${WRKSRC} && echo '(setq load-path (cons "." load-path)) \
|
||||
@ -47,4 +53,4 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${__f} ${PREFIX}/${DOC_DIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user