diff options
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r-- | security/libident/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 8f462dea708a..47f816f63889 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,6 +1,5 @@ # Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= libident PORTVERSION= 0.32 @@ -18,6 +17,7 @@ USE_LDCONFIG= yes MAN3= ident.3 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |