summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-08-31 03:21:01 +0000
committerkris <kris@FreeBSD.org>2005-08-31 03:21:01 +0000
commit6e843552c520f6441f7dee37ed39f06c8bc35042 (patch)
tree0c5b8185290c4c6c2e4ea6d793a8ecd5d065b52c
parentdbd938a745d9ea011acda29514100869cf340059 (diff)
downloadFreeBSD-ports-6e843552c520f6441f7dee37ed39f06c8bc35042.zip
FreeBSD-ports-6e843552c520f6441f7dee37ed39f06c8bc35042.tar.gz
BROKEN on sparc64: Does not compile
-rw-r--r--archivers/dzip/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/dzip/Makefile b/archivers/dzip/Makefile
index 2cf03d6..11cdb8e 100644
--- a/archivers/dzip/Makefile
+++ b/archivers/dzip/Makefile
@@ -24,6 +24,12 @@ ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-extract:
@${FIND} -E ${WRKDIR} -type f -print0 | \
${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'
@@ -35,4 +41,4 @@ post-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud