aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-03 16:10:57 +0800
committerbapt <bapt@FreeBSD.org>2013-05-03 16:10:57 +0800
commit34dbf547bf30944bb57ea285de1b5b06752c44d9 (patch)
treedfd457862e31602ce53a256d0c789f06a7c12dac /devel
parent7026a5b17e8068bb8bd66530a9dd50f93dcbe501 (diff)
downloadfreebsd-ports-gnome-34dbf547bf30944bb57ea285de1b5b06752c44d9.tar.gz
freebsd-ports-gnome-34dbf547bf30944bb57ea285de1b5b06752c44d9.tar.zst
freebsd-ports-gnome-34dbf547bf30944bb57ea285de1b5b06752c44d9.zip
Make bmake(1) happy
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-SNMP-Persist/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-SNMP-Persist/Makefile b/devel/p5-SNMP-Persist/Makefile
index 0c707ca003ea..bc158d859d15 100644
--- a/devel/p5-SNMP-Persist/Makefile
+++ b/devel/p5-SNMP-Persist/Makefile
@@ -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