diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-06 23:34:30 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-06 23:34:30 +0000 |
commit | eb9e65fbfd6e680a80f31585b748f50591802240 (patch) | |
tree | 6635f40c26f0f21df53f86bdc1ea093961c4bf22 /security | |
parent | 2e37cab623af819cf3b9e957dff785c869f9f4ac (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 9a80f8de1618..44213970aa39 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -16,7 +16,7 @@ NO_STAGE= yes WRKSRC= ${WRKDIR}/src MAKEFILE= makefile -ALL_TARGET= freebsd-${ARCH} +ALL_TARGET= freebsd-${ARCH:S/x86_64/amd64/} MAKE_ENV= OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/share/pgp MAN1= pgp.1 pgp2.1 |