diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
commit | 6950bbfd5bd3f047d0ad862787a782bf8bd5ce66 (patch) | |
tree | 3dc53eae63c2acdee7eed0fbab27af068ed8befd /math | |
parent | d2ee5f75c4592679c5ba8cbf5d5bbc9d6bfa41c3 (diff) | |
download | ports-6950bbfd5bd3f047d0ad862787a782bf8bd5ce66.tar.gz ports-6950bbfd5bd3f047d0ad862787a782bf8bd5ce66.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigIntFast/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Roman/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/math/p5-Math-BigIntFast/Makefile b/math/p5-Math-BigIntFast/Makefile index 0684d2dfe127..a31c09948d72 100644 --- a/math/p5-Math-BigIntFast/Makefile +++ b/math/p5-Math-BigIntFast/Makefile @@ -18,7 +18,6 @@ COMMENT= Perl module wrapper for Bit::Vector to provide big integer math BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes MAN3= Math::BigIntFast.3 diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile index 42dcc0ab0696..6957d4e776cc 100644 --- a/math/p5-Roman/Makefile +++ b/math/p5-Roman/Makefile @@ -18,8 +18,6 @@ COMMENT= Perl module to convert between Arabic and Roman numerals NO_BUILD= yes USE_PERL5_RUN= yes -SITE_PERL= ${SITE_PERL} - do-install: ${CP} ${WRKSRC}/Roman.pm ${SITE_PERL} |