diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-08 05:00:37 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-08 05:00:37 +0800 |
commit | a8b16c884ea3d31d341fc349e03e46d85e4d5530 (patch) | |
tree | ec81b94342134a1b1047e0b7dcf6a1fe7caa361c /games/xye | |
parent | 9b179b4232a6cf001c7f7ae20202606baebe495b (diff) | |
download | freebsd-ports-gnome-a8b16c884ea3d31d341fc349e03e46d85e4d5530.tar.gz freebsd-ports-gnome-a8b16c884ea3d31d341fc349e03e46d85e4d5530.tar.zst freebsd-ports-gnome-a8b16c884ea3d31d341fc349e03e46d85e4d5530.zip |
Fix plist with -DNOPORT*.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Diffstat (limited to 'games/xye')
-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> |