From ecbd51750cfeefbb898b667c0ccc9d56a1515425 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Tue, 7 Apr 2009 21:00:37 +0000 Subject: Fix plist with -DNOPORT*. Prompted by: QAT QA run Approved by: maintainer timeout on QATMail --- games/xye/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'games/xye') diff --git a/games/xye/Makefile b/games/xye/Makefile index 526d67a88675..f17f7f9fe247 100644 --- a/games/xye/Makefile +++ b/games/xye/Makefile @@ -21,4 +21,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc USE_GMAKE= yes +.ifdef NOPORTDOCS +post-patch: + @${REINPLACE_CMD} '/install-data-am:/s/install-doceDATA//' \ + ${WRKSRC}/Makefile.in +.endif + .include -- cgit v1.2.3