diff options
Diffstat (limited to 'net/libsocket++/Makefile')
-rw-r--r-- | net/libsocket++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index 4c24e0360b1f..05d3b9fa0b50 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -17,12 +17,11 @@ COMMENT= A C++ wrapper library to the sockets GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_AUTOMAKE= yes USE_AUTOMAKE_VER= 15 USE_LIBTOOL= yes post-patch: - cd ${WRKSRC}; ./autogen + @(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen) post-install: .if !defined(NOPORTDOCS) |