diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 13:53:11 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 13:53:11 +0000 |
commit | 6217347515d86ac4672803b56d4ff1d63df56c27 (patch) | |
tree | 594ea78137f5757d0301183612ed74a0ba782f7e | |
parent | Upgrade to 2.2.7 (diff) |
Use standard PERL_CONFIGURE=yes available in bsd.port.mk now.
Notes
Notes:
svn path=/head/; revision=36571
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index cc1681d897c1..0fbf5c6bee1b 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -17,11 +17,9 @@ MAINTAINER= roman@xpert.com RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= Archive::Tar.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |