diff options
Diffstat (limited to 'net/p5-Net-Netmask/Makefile')
-rw-r--r-- | net/p5-Net-Netmask/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/p5-Net-Netmask/Makefile b/net/p5-Net-Netmask/Makefile index 20028a3bf3ff..5cd8d012e6ab 100644 --- a/net/p5-Net-Netmask/Makefile +++ b/net/p5-Net-Netmask/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= wchao@isi.edu -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Netmask.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |