diff --git a/math/octave-forge-interval/Makefile b/math/octave-forge-interval/Makefile index abde6524b6a1..5a0671d3cd4b 100644 --- a/math/octave-forge-interval/Makefile +++ b/math/octave-forge-interval/Makefile @@ -1,34 +1,28 @@ # Created by: Stephen Montgomery-Smith PORTNAME= octave-forge-interval PORTVERSION= 3.2.1 PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libmpfr.so:math/mpfr # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" -.include - -.if ${ARCH} == powerpc64 -USE_GCC= yes -.endif - post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include