diff options
author | pav <pav@FreeBSD.org> | 2003-11-19 05:51:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-19 05:51:27 +0800 |
commit | 36c160df4f1e9588baeb57c49ca23b8eceacfb92 (patch) | |
tree | 409148842fa8ab2c0ab6b9e54fd600ffbd716cc5 /security/f-prot | |
parent | b46143a340b5c1143556940c5558e84056dfd324 (diff) | |
download | freebsd-ports-gnome-36c160df4f1e9588baeb57c49ca23b8eceacfb92.tar.gz freebsd-ports-gnome-36c160df4f1e9588baeb57c49ca23b8eceacfb92.tar.zst freebsd-ports-gnome-36c160df4f1e9588baeb57c49ca23b8eceacfb92.zip |
- Mark only for i386
PR: ports/59437
Submitted by: maintainer
Approved by: marcus (backup mentor)
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 |