diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-04 17:25:44 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-04 17:25:44 +0800 |
commit | 0dc9612057db7f73e7ed279950113eb71770831e (patch) | |
tree | 68daccded21c3be770d0a3e11e21dc888668381c /ftp | |
parent | c8bf9ce551eac056127719013c6e31b202b0f08c (diff) | |
download | freebsd-ports-gnome-0dc9612057db7f73e7ed279950113eb71770831e.tar.gz freebsd-ports-gnome-0dc9612057db7f73e7ed279950113eb71770831e.tar.zst freebsd-ports-gnome-0dc9612057db7f73e7ed279950113eb71770831e.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> |