diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-01 14:39:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-01 14:39:18 +0800 |
commit | 3e839fced03911e060519db070ef0b74a8f453d5 (patch) | |
tree | 58839ba4c2c0d7dad468b2a8f8430d225f909a6b /lang/p5-ExtUtils-F77 | |
parent | 8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff) | |
download | freebsd-ports-graphics-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz freebsd-ports-graphics-3e839fced03911e060519db070ef0b74a8f453d5.tar.zst freebsd-ports-graphics-3e839fced03911e060519db070ef0b74a8f453d5.zip |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'lang/p5-ExtUtils-F77')
-rw-r--r-- | lang/p5-ExtUtils-F77/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index 1cbf586f3ae..b1300ecd037 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -14,23 +14,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= jmz@FreeBSD.org -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= ExtUtils::F77.3 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400005 -F2CLIB= -lg2c +F2CLIB= -lg2c .else -F2CLIB= -lf2c +F2CLIB= -lf2c .endif post-patch: @cd ${WRKSRC}; ${PERL5} -i.orig -pe \ 's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.post.mk> |