diff options
Diffstat (limited to 'net/radsecproxy/Makefile')
-rw-r--r-- | net/radsecproxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 98dbb764cf15..5f6f525349ba 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -20,6 +20,7 @@ USE_RC_SUBR= ${PORTNAME} USE_OPENSSL= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/radsecproxy ${PREFIX}/bin/catgconf ${INSTALL_PROGRAM} ${WRKSRC}/radsecproxy ${PREFIX}/sbin/radsecproxy |