diff options
author | kris <kris@FreeBSD.org> | 2004-03-04 17:25:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-04 17:25:44 +0800 |
commit | 3ce9268f48efd61d657c5fd191ca4983c36cc513 (patch) | |
tree | 7438ba4f6aad4ef17131ee3916d7293c6012b57c /ftp | |
parent | 171f6f310c419ec7565eccce4656657dab7b9c94 (diff) | |
download | freebsd-ports-gnome-3ce9268f48efd61d657c5fd191ca4983c36cc513.tar.gz freebsd-ports-gnome-3ce9268f48efd61d657c5fd191ca4983c36cc513.tar.zst freebsd-ports-gnome-3ce9268f48efd61d657c5fd191ca4983c36cc513.zip |
BROKEN on sparc64: Does not compile
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftp4all/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/ftp4all/Makefile b/ftp/ftp4all/Makefile index 60189ffe1530..04c6a63cf2cb 100644 --- a/ftp/ftp4all/Makefile +++ b/ftp/ftp4all/Makefile @@ -38,6 +38,12 @@ CFGPATH= ${PREFIX}/etc/ftp4all DISTMSGPATH= ${WRKSRC}/standard/msg 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} @@ -74,4 +80,4 @@ do-install: -@${MKDIR} ${PREFIX}/etc/rc.d ${INSTALL_SCRIPT} ${FILESDIR}/ftp4all.sh ${PREFIX}/etc/rc.d/ftp4all.sh.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> |