aboutsummaryrefslogtreecommitdiff
path: root/security/john
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2015-01-15 20:00:09 +0000
committerAlex Kozlov <ak@FreeBSD.org>2015-01-15 20:00:09 +0000
commit34ae7a3272e52dd2cae80e75d00728ed2c75bd5d (patch)
tree3a5fa89ce069d98addd4a454dabe5acd815b9dda /security/john
parent6db4bdcb5acbdcee70a2e5c661552d2ed4795d1f (diff)
downloadports-34ae7a3272e52dd2cae80e75d00728ed2c75bd5d.tar.gz
ports-34ae7a3272e52dd2cae80e75d00728ed2c75bd5d.zip
- Remove vestiges of alpha support
Approved by: portmgr (erwin)
Notes
Notes: svn path=/head/; revision=377141
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile2
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