diff options
Diffstat (limited to 'security/hlfl/Makefile')
-rw-r--r-- | security/hlfl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile index e6d760a2d8be..f813be379655 100644 --- a/security/hlfl/Makefile +++ b/security/hlfl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hlfl -# Date Created: 8 Jun 2001 -# Whom: Arnaud Launay <alaunay@hlfl.org> -# +# Created by: Arnaud Launay <alaunay@hlfl.org> # $FreeBSD$ -# PORTNAME= hlfl PORTVERSION= 0.60.1 @@ -18,6 +14,7 @@ CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/doc DOC_FILES= services.hlfl sample_1.hlfl sample_2.hlfl test.hlfl syntax.txt MAN1= hlfl.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/hlfl ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/doc/${MAN1} ${PREFIX}/man/man1 |