diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /security/vlog | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'security/vlog')
-rw-r--r-- | security/vlog/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/vlog/Makefile b/security/vlog/Makefile index f4c3372225ce..f1dd9d679a22 100644 --- a/security/vlog/Makefile +++ b/security/vlog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vlog -# Date created: 31 March 2002 -# Whom: hannes sowa <satbran@web.de> -# +# Created by: hannes sowa <satbran@web.de> # $FreeBSD$ -# PORTNAME= vlog PORTVERSION= 1.1f @@ -20,7 +16,7 @@ ALL_TARGET= it MAKE_ARGS= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS} -lcurses" WRKSRC= ${WRKDIR}/vlog -USE_PERL5= yes +USES= perl5 MAN1= vlog.1 MANCOMPRESSED= no |