diff options
Diffstat (limited to 'net/p5-Socket6/Makefile')
-rw-r--r-- | net/p5-Socket6/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index e739b114edf3..a179d56aacf7 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -14,10 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ume@FreeBSD.org -USE_PERL5= yes - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" +PERL_CONFIGURE= yes .include <bsd.port.mk> |