aboutsummaryrefslogtreecommitdiffstats
path: root/security/drweb/Makefile
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-30 04:45:16 +0800
committernaddy <naddy@FreeBSD.org>2002-08-30 04:45:16 +0800
commite986a26514705e43fea90ba381111f758bd2d768 (patch)
treecfbe6266c7f9814fe1762ba34661a459d6d7c0c3 /security/drweb/Makefile
parente954c7c7825a0d3f449ce4df0b412859efc5dfd4 (diff)
downloadfreebsd-ports-gnome-e986a26514705e43fea90ba381111f758bd2d768.tar.gz
freebsd-ports-gnome-e986a26514705e43fea90ba381111f758bd2d768.tar.zst
freebsd-ports-gnome-e986a26514705e43fea90ba381111f758bd2d768.zip
* 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/Makefile')
-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>