diff options
-rw-r--r-- | games/xye/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 <bsd.port.mk> |