diff options
author | ak <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
commit | 8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113 (patch) | |
tree | 3a5fa89ce069d98addd4a454dabe5acd815b9dda /security/john | |
parent | a28efa16b143f7c05f0987307231deecc88cd913 (diff) | |
download | freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.tar.gz freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.tar.zst freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.zip |
- Remove vestiges of alpha support
Approved by: portmgr (erwin)
Diffstat (limited to 'security/john')
-rw-r--r-- | security/john/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 6670edf624de..434e7e0cc5fa 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -51,8 +51,6 @@ ALL_TARGET= ${OSNAME}-x86-any . endif .elif ${ARCH} == "amd64" ALL_TARGET= ${OSNAME}-x86-64 -.elif ${ARCH} == "alpha" -ALL_TARGET= ${OSNAME}-alpha .else ALL_TARGET= generic .endif |