aboutsummaryrefslogtreecommitdiff
path: root/textproc/latte
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 04:33:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 04:33:38 +0000
commit98e446c34903e0dd79f5c535dcccf4265ba5c37f (patch)
tree827a8fdce91f05778c65a22db7c5b808cf246f4b /textproc/latte
parent4159097e3d353f5389c26d25b16e0a7aed146964 (diff)
downloadports-98e446c34903e0dd79f5c535dcccf4265ba5c37f.tar.gz
ports-98e446c34903e0dd79f5c535dcccf4265ba5c37f.zip
Notes
Diffstat (limited to 'textproc/latte')
-rw-r--r--textproc/latte/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile
index 5f8713eef642..2d02a275ea1f 100644
--- a/textproc/latte/Makefile
+++ b/textproc/latte/Makefile
@@ -18,9 +18,15 @@ USE_LIBTOOL= yes
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
CONFIGURE_ARGS+= --enable-shared
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Configure fails"
+.endif
+
post-install:
${LN} -sf ${PREFIX}/bin/latte-html ${PREFIX}/bin/latte
${CP} -Rp ${WRKSRC}/tests ${PREFIX}/share/latte/
${INSTALL_DATA} ${WRKSRC}/latte.el ${PREFIX}/share/emacs/site-lisp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>