diff options
author | will <will@FreeBSD.org> | 2001-01-01 21:53:11 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 21:53:11 +0800 |
commit | bae489042c59f65d75e5a07bd50eebbca251cfd5 (patch) | |
tree | 32c96f76071b8e76872bf4d79a784eec464b09ec /archivers/p5-Archive-Tar/Makefile | |
parent | 72220214976542c4bb6dcaa20b457916c9ed4150 (diff) | |
download | freebsd-ports-gnome-bae489042c59f65d75e5a07bd50eebbca251cfd5.tar.gz freebsd-ports-gnome-bae489042c59f65d75e5a07bd50eebbca251cfd5.tar.zst freebsd-ports-gnome-bae489042c59f65d75e5a07bd50eebbca251cfd5.zip |
Use standard PERL_CONFIGURE=yes available in bsd.port.mk now.
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-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> |