diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-29 20:45:16 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-29 20:45:16 +0000 |
commit | 3eaf0fd2c1c74c2cad38bf9e77b9f4b859fa6437 (patch) | |
tree | e47e918f861e9da592b435ee6cf7962142e960c3 /security/drweb | |
parent | 223d02f5d43fba536e34e5e164f4c85413adab14 (diff) | |
download | ports-3eaf0fd2c1c74c2cad38bf9e77b9f4b859fa6437.tar.gz ports-3eaf0fd2c1c74c2cad38bf9e77b9f4b859fa6437.zip |
Notes
Diffstat (limited to 'security/drweb')
-rw-r--r-- | security/drweb/Makefile | 3 |
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> |