aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/drweb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index 2d580b9bbc40..d3e77cbe918e 100644
--- a/security/drweb/Makefile
+++ b/security/drweb/Makefile
@@ -14,6 +14,7 @@ DISTFILES= ${MAIN_NAME}.tgz
MAINTAINER= anton@chelcom.ru
+ONLY_FOR_ARCHS= i386
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${MAIN_NAME}/install
@@ -64,6 +65,6 @@ do-install:
fi
post-install:
- PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} POST-INSTALL
+ PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>