aboutsummaryrefslogtreecommitdiff
path: root/net/ppxp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 13:40:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 13:40:21 +0000
commit0056c696767a7e323cceb89ae35789df2cd12b83 (patch)
tree429359ee620abefca5fab73ea850a201367d2120 /net/ppxp
parent5b500b9b94eb09191146e44ed7f877469d063bb1 (diff)
downloadports-0056c696767a7e323cceb89ae35789df2cd12b83.tar.gz
ports-0056c696767a7e323cceb89ae35789df2cd12b83.zip
Notes
Diffstat (limited to 'net/ppxp')
-rw-r--r--net/ppxp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile
index 8f0c75a4e564..85b857de29c9 100644
--- a/net/ppxp/Makefile
+++ b/net/ppxp/Makefile
@@ -66,6 +66,12 @@ DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \
guide-7.html guide-8.html guide-9.html guide-10.html \
guide-11.html guide.html Answers.txt Report.txt
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Coredump during build on ia64"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f '{}' ';'
@${PERL} -pi -e 's/^CFLAGS/#$$&/' ${WRKSRC}/configure
@@ -88,4 +94,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/console/xppxp/README ${PREFIX}/share/doc/xppxp
csh ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>