summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-04 09:25:44 +0000
committerkris <kris@FreeBSD.org>2004-03-04 09:25:44 +0000
commit3ce9268f48efd61d657c5fd191ca4983c36cc513 (patch)
tree7438ba4f6aad4ef17131ee3916d7293c6012b57c /ftp
parent171f6f310c419ec7565eccce4656657dab7b9c94 (diff)
downloadFreeBSD-ports-3ce9268f48efd61d657c5fd191ca4983c36cc513.zip
FreeBSD-ports-3ce9268f48efd61d657c5fd191ca4983c36cc513.tar.gz
BROKEN on sparc64: Does not compile
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ftp4all/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/ftp4all/Makefile b/ftp/ftp4all/Makefile
index 60189ff..04c6a63 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>
OpenPOWER on IntegriCloud