diff options
Diffstat (limited to 'net/pecl-radius/Makefile')
-rw-r--r-- | net/pecl-radius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile index 25322d259569..d95c28eafe99 100644 --- a/net/pecl-radius/Makefile +++ b/net/pecl-radius/Makefile @@ -14,11 +14,11 @@ COMMENT= Radius client library for PHP USE_PHP= yes USE_PHPEXT= yes +NO_STAGE= yes CONFIGURE_ARGS= --enable-radius .if !defined(NOPORTDOCS) -NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} |