Date: Fri, 3 May 2013 08:10:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317178 - head/devel/p5-SNMP-Persist Message-ID: <201305030810.r438AwKA061236@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 3 08:10:57 2013 New Revision: 317178 URL: http://svnweb.freebsd.org/changeset/ports/317178 Log: Make bmake(1) happy Modified: head/devel/p5-SNMP-Persist/Makefile Modified: head/devel/p5-SNMP-Persist/Makefile ============================================================================== --- head/devel/p5-SNMP-Persist/Makefile Fri May 3 07:38:11 2013 (r317177) +++ head/devel/p5-SNMP-Persist/Makefile Fri May 3 08:10:57 2013 (r317178) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SNMP-Persist -# Date created: 2007-10-18 -# Whom: Philippe Audeoud <jadawin@tuxaco.net> -# +# Created by: Philippe Audeoud <jadawin@tuxaco.net> # $FreeBSD$ -# PORTNAME= SNMP-Persist PORTVERSION= 0.05 @@ -20,7 +16,7 @@ MAN3= SNMP::Persist.3 .include <bsd.port.pre.mk> -PERL_THREADED!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || true +PERL_THREADED!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || ${ECHO_CMD} . if ${PERL_THREADED} == "" IGNORE= must be built with a threaded Perl . endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305030810.r438AwKA061236>