Index: head/math/lrcalc/Makefile =================================================================== --- head/math/lrcalc/Makefile (revision 531605) +++ head/math/lrcalc/Makefile (revision 531606) @@ -1,21 +1,30 @@ # Created by: thierry@pompo.net # $FreeBSD$ PORTNAME= lrcalc PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://sites.math.rutgers.edu/~asbuch/lrcalc/ MAINTAINER= thierry@FreeBSD.org COMMENT= Littlewood-Richardson Calculator LICENSE= GPLv2+ USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +INCL2FIX= lrcalc.c maple.c schublib.h symfcn.c symfcn.h + TEST_TARGET= check + +pre-configure: +.for i in ${INCL2FIX} + ${REINPLACE_CMD} -e 's||"vectarg.h"|;s||"vector.h"|' \ + -e 's||"hashtab.h"|;s||"alloc.h"|' ${WRKSRC}/src/${i} +.endfor .include