diff options
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r-- | security/mhash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 4ad45004341d..880f71684fed 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -1,6 +1,5 @@ -# Created by: nsayer@freebsd.org +# Created by: nsayer@FreeBSD.org # $FreeBSD$ -# PORTNAME= mhash PORTVERSION= 0.9.9.9 @@ -23,6 +22,7 @@ PORTDOCS= example.c skid2-authentication test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |