diff options
author | naddy <naddy@FreeBSD.org> | 2002-08-29 20:45:16 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-08-29 20:45:16 +0000 |
commit | e986a26514705e43fea90ba381111f758bd2d768 (patch) | |
tree | cfbe6266c7f9814fe1762ba34661a459d6d7c0c3 /security/drweb | |
parent | e954c7c7825a0d3f449ce4df0b412859efc5dfd4 (diff) | |
download | FreeBSD-ports-e986a26514705e43fea90ba381111f758bd2d768.zip FreeBSD-ports-e986a26514705e43fea90ba381111f758bd2d768.tar.gz |
* Fix build with WRKDIRPREFIX.
PR: 42107
Submitted by: Helge Oldach <drweb28aug02@oldach.net>
* This installs a pre-compiled i386 executable, so limit it to that
platform.
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 2d580b9..d3e77cb 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> |