svn commit: r317178 - head/devel/p5-SNMP-Persist

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 08:10:58 UTC 2013


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 at tuxaco.net>
-#
+# Created by: Philippe Audeoud <jadawin at 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


More information about the svn-ports-all mailing list