diff options
author | kris <kris@FreeBSD.org> | 2005-04-10 20:58:40 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-10 20:58:40 +0000 |
commit | e90ba78e7a3e4cc608483642fff52ffc10fc1e90 (patch) | |
tree | 73c4924c8a4b5f5b562b2ab29c18f88eedcbe41f /ftp | |
parent | 2e9adecca250ce72b19ce92d6e857b54cf7fbd85 (diff) | |
download | FreeBSD-ports-e90ba78e7a3e4cc608483642fff52ffc10fc1e90.zip FreeBSD-ports-e90ba78e7a3e4cc608483642fff52ffc10fc1e90.tar.gz |
Now builds on sparc64
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftp4all/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/ftp4all/Makefile b/ftp/ftp4all/Makefile index 04c6a63..b95682b 100644 --- a/ftp/ftp4all/Makefile +++ b/ftp/ftp4all/Makefile @@ -40,10 +40,6 @@ MSGPATH= ${PREFIX}/etc/ftp4all/msg .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - do-install: -@${MKDIR} /var/log/ftp4all -@${MKDIR} ${PREFIX} |