diff --git a/math/jacal/Makefile b/math/jacal/Makefile index 0b1d880f3c53..0d49bb5f83e9 100644 --- a/math/jacal/Makefile +++ b/math/jacal/Makefile @@ -1,43 +1,45 @@ PORTNAME= jacal PORTVERSION= 1c8 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/ MAINTAINER= bofh@FreeBSD.org COMMENT= Symbolic mathematics program written in Scheme WWW= https://people.csail.mit.edu/jaffer/JACAL LICENSE= GPLv3 +BROKEN= Distfile hash mismatch + RUN_DEPENDS= scm:lang/scm \ ${LOCALBASE}/share/slib/require.scm:lang/slib USES= gmake zip HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} \ --mandir=${PREFIX}/share/man WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes OPTIONS_DEFINE= INFO OPTIONS_DEFAULT= INFO INFO_USES= makeinfo INFO_INFO= jacal post-patch: ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' {} \; ${CHMOD} +x ${WRKSRC}/configure post-patch-INFO-off: ${REINPLACE_CMD} -e '/^install:/s|install-infoz||g' \ ${WRKSRC}/Makefile post-install: ${SED} -i '' -e 's|${STAGEDIR}${PREFIX}|${PREFIX}|g' ${STAGEDIR}${PREFIX}/bin/jacal .include