diff options
Diffstat (limited to 'security/slush/Makefile')
-rw-r--r-- | security/slush/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/slush/Makefile b/security/slush/Makefile index 7260cf9..482a309 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: slush -# Date created: Sun May 3, 1999 -# Whom: shipley@dis.org -# +# Created by: shipley@dis.org # $FreeBSD$ -# PORTNAME= slush PORTVERSION= 0.1.1 @@ -18,6 +14,7 @@ COMMENT= A telnet-like application which uses a secure SSL channel GNU_CONFIGURE= yes USE_OPENSSL= yes +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |