aboutsummaryrefslogtreecommitdiff
path: root/security/portaudit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/portaudit/Makefile')
-rw-r--r--security/portaudit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/portaudit/Makefile b/security/portaudit/Makefile
index c574bff71052..6cd41e3658d6 100644
--- a/security/portaudit/Makefile
+++ b/security/portaudit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portaudit
-PORTVERSION= 0.3
+PORTVERSION= 0.3.1
CATEGORIES= security
DISTFILES=
@@ -28,7 +28,7 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
-e 's,%%DATABASEDIR%%,${DATABASEDIR},g'
PKG_INFO_BASE?= /usr/sbin/pkg_info
-BASEPKGVER!= ${PKG_INFO_BASE} -qP 2>/dev/null
+BASEPKGVER!= ${PKG_INFO_BASE} -qP 2>/dev/null || ${TRUE}
.if ${BASEPKGVER} < 20040125
RUN_DEPENDS= ${LOCALBASE}/sbin/pkg_info:${PORTSDIR}/sysutils/pkg_install-devel