aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftp4all
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-04 09:25:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-04 09:25:44 +0000
commit0dc9612057db7f73e7ed279950113eb71770831e (patch)
tree68daccded21c3be770d0a3e11e21dc888668381c /ftp/ftp4all
parentc8bf9ce551eac056127719013c6e31b202b0f08c (diff)
downloadports-0dc9612057db7f73e7ed279950113eb71770831e.tar.gz
ports-0dc9612057db7f73e7ed279950113eb71770831e.zip
Notes
Diffstat (limited to 'ftp/ftp4all')
-rw-r--r--ftp/ftp4all/Makefile8
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>