aboutsummaryrefslogtreecommitdiff
path: root/textproc/chpp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-11-10 04:50:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-11-10 04:50:50 +0000
commit14c19bbec5b53594ccc02d4d870035a9ab88776e (patch)
tree0f10a1e14d6a7183098dd2271ac18d79165691b6 /textproc/chpp
parent7c8ad57edc252613f6ef8f96677f32bd8f4433bb (diff)
downloadports-14c19bbec5b53594ccc02d4d870035a9ab88776e.tar.gz
ports-14c19bbec5b53594ccc02d4d870035a9ab88776e.zip
Notes
Diffstat (limited to 'textproc/chpp')
-rw-r--r--textproc/chpp/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile
index 51732f9bf876..02ea3fdd63c7 100644
--- a/textproc/chpp/Makefile
+++ b/textproc/chpp/Makefile
@@ -29,10 +29,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.pre.mk>
-.if ${ARCH} != "aarch64" && ${ARCH} != "amd64" && ${ARCH} != "i386" && ${ARCH} != "powerpc64"
-BROKEN= Does not compile
-.endif
-
post-extract:
.for i in getopt.h regex.h gc/gc.h
@cd ${WRKSRC} && ${MV} -f ${i} ${i}.dist
@@ -51,8 +47,8 @@ post-patch:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in AUTHORS NEWS README
- ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
+.for filename in AUTHORS NEWS README
+ ${INSTALL_DATA} ${WRKSRC}/${filename} ${STAGEDIR}${DOCSDIR}
.endfor
post-install-EXAMPLES-on: