diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-18 21:51:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-18 21:51:27 +0000 |
commit | da635a9784fa0f5d6f755c8078cd91f455f012be (patch) | |
tree | 039f7f3a444ae465de9a75b86cdf75e2ab3db363 /security/f-prot | |
parent | 7e62de057ee9564e5a4561cd223066e6b4345e9e (diff) | |
download | ports-da635a9784fa0f5d6f755c8078cd91f455f012be.tar.gz ports-da635a9784fa0f5d6f755c8078cd91f455f012be.zip |
Notes
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 |