diff options
Diffstat (limited to 'security/f-prot')
-rw-r--r-- | security/f-prot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index 816c3c4cc092..9773c077ff35 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -27,6 +27,8 @@ NO_BUILD= yes MAN1= f-prot.1 +ONLY_FOR_ARCHS= i386 + do-install: cd ${WRKDIR} && ${TAR} -cf - f-prot | ${TAR} -xf - -C ${PREFIX} ${INSTALL_SCRIPT} ${WRKSRC}/f-prot.sh ${PREFIX}/bin/f-prot |