diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 20:58:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 20:58:40 +0000 |
commit | a6064d1bfaa42e7141eaf150ccaa4d83c233bf8d (patch) | |
tree | 02a57bb28d325af9889f0fdd7fb3fcefc3f6524b /ftp | |
parent | bab366499cbeaee7f11dc3e8a84af7f8e2edb057 (diff) | |
download | ports-a6064d1bfaa42e7141eaf150ccaa4d83c233bf8d.tar.gz ports-a6064d1bfaa42e7141eaf150ccaa4d83c233bf8d.zip |
Notes
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 04c6a63cf2cb..b95682bac1e1 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} |