diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 18:03:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 18:03:40 +0000 |
commit | 7edda98febad312802475dba6b50d7479a37397b (patch) | |
tree | d7408d44121869e025a5f787d2662ce6fee4d2b9 /security/swatch | |
parent | cd3cb6184d743f557750904f520cdc062e37b05e (diff) | |
download | ports-7edda98febad312802475dba6b50d7479a37397b.tar.gz ports-7edda98febad312802475dba6b50d7479a37397b.zip |
Notes
Diffstat (limited to 'security/swatch')
-rw-r--r-- | security/swatch/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index 3e01e97fd10d..913b6d05b0d1 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: swatch -# Date created: May 2 97 -# Whom: jfitz -# +# Created by: jfitz # $FreeBSD$ -# PORTNAME= swatch PORTVERSION= 3.2.3 @@ -21,7 +17,8 @@ BUILD_DEPENDS= \ p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1 USE_RC_SUBR= ${PORTNAME} |