aboutsummaryrefslogtreecommitdiff
path: root/lang/elk
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-31 10:29:17 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-31 10:29:17 +0000
commit645bcb58dc54808f014486c54455633c7356a0c4 (patch)
tree1cf697624292e3c851b11103ddcfbbdde2be3c74 /lang/elk
parent4ff2584a244a34ab39a17c491942136979ae38da (diff)
downloadports-645bcb58dc54808f014486c54455633c7356a0c4.tar.gz
ports-645bcb58dc54808f014486c54455633c7356a0c4.zip
BROKEN on amd64: Does not build
Notes
Notes: svn path=/head/; revision=127764
Diffstat (limited to 'lang/elk')
-rw-r--r--lang/elk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile
index c5d000cae84b..4fc8d159d294 100644
--- a/lang/elk/Makefile
+++ b/lang/elk/Makefile
@@ -30,6 +30,12 @@ MAN1= elk.1
CPPFLAGS= -I${LOCALBASE}/include/libelf -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build"
+.endif
+
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@@ -39,4 +45,4 @@ post-install:
@${CHOWN} -R ${SHAREMODE}:${SHAREGRP} ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>