diff options
Diffstat (limited to 'www/smb_auth/Makefile')
-rw-r--r-- | www/smb_auth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index 69b0ea8b0e5b..8e4d505c9fe6 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -15,10 +15,11 @@ COMMENT= A proxy authentication module against an SMB server RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} .endif +NO_STAGE= yes + ALL_TARGET= smb_auth SAMBA_PORT?= net/samba36 -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smb_auth ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/smb_auth.sh ${PREFIX}/bin |