diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-06 08:28:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-06 08:28:15 +0000 |
commit | 8bc074da757febeb3e82f193de09b4bc082aebb8 (patch) | |
tree | 4468461286d3a5bf95ed00a7bf2e54f37ec90f08 /security/pgp | |
parent | 748b329e0ffae20aabfefe14c6b67c35aa2a78a7 (diff) | |
download | ports-8bc074da757febeb3e82f193de09b4bc082aebb8.tar.gz ports-8bc074da757febeb3e82f193de09b4bc082aebb8.zip |
Notes
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index fb23f141c6ad..ee2c86fc4a9b 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -20,6 +20,7 @@ MAKEFILE= makefile ALL_TARGET= freebsd-${MACHINE_ARCH} OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/lib/pgp MAN1= pgp.1 pgp2.1 +ONLY_FOR_ARCHS= i386 alpha do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 pgp ${PREFIX}/bin |