diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-08 14:47:37 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-08 14:47:37 +0000 |
commit | 48fa39ce909aba0eb08d5e0d13b1dc01db66cfa4 (patch) | |
tree | a97147b6b20e60f7395ff70357782d442396865e /devel/cvschk | |
parent | 40e7cc174cda3aa83892205e0dcdddc53af8f57a (diff) |
Notes
Diffstat (limited to 'devel/cvschk')
-rw-r--r-- | devel/cvschk/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/cvschk/Makefile b/devel/cvschk/Makefile index 0b0925a410dc..41a79151fbae 100644 --- a/devel/cvschk/Makefile +++ b/devel/cvschk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvschk -# Date created: 2005-04-23 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# +# Created by: Matthias Andree <matthias.andree@gmx.de> # $FreeBSD$ -# PORTNAME= cvschk PORTVERSION= 1.12 @@ -16,7 +12,8 @@ EXTRACT_ONLY= MAINTAINER= mandree@FreeBSD.org COMMENT= Quick offline checker for CVS modifications -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes NO_WRKSUBDIR= yes MAN1= cvschk.1 |