diff options
Diffstat (limited to 'security/rats/Makefile')
-rw-r--r-- | security/rats/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 49d3fb25d62d..b1dad7ec79be 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: rats -# Date created: 22 August 2001 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rats PORTVERSION= 2.3 @@ -24,6 +20,7 @@ CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ ALL_TARGET= ${PORTNAME} +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |