aboutsummaryrefslogtreecommitdiff
path: root/ftp/downloader
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:04:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:04:41 +0000
commit996c44b6a4f3e5da4681724d21f20ea71d837a9b (patch)
tree3a1f4b041419c563c8cb030c32797ff49976159e /ftp/downloader
parentb7c70eb79f6931a8c228a4fa09a4842c1c3a0810 (diff)
downloadports-996c44b6a4f3e5da4681724d21f20ea71d837a9b.tar.gz
ports-996c44b6a4f3e5da4681724d21f20ea71d837a9b.zip
Notes
Diffstat (limited to 'ftp/downloader')
-rw-r--r--ftp/downloader/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile
index 32aa61c2e527..d6462854dc9c 100644
--- a/ftp/downloader/Makefile
+++ b/ftp/downloader/Makefile
@@ -30,6 +30,12 @@ MAN1= nt.1
DATADIR= ${PREFIX}/share/d4x
DOCSDIR= ${PREFIX}/share/doc/d4x
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's| $$OPTFLAGS||g ; \
s| $$OS_CXXFLAGS||g ; \
@@ -51,4 +57,4 @@ post-install:
@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>