diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-07 21:00:37 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-07 21:00:37 +0000 |
commit | ecbd51750cfeefbb898b667c0ccc9d56a1515425 (patch) | |
tree | c3266058512ab2825bbde5b6585ab2b2e09fcb28 /games/xye | |
parent | b80f4f3562c4867ca69a5fae9d6652f4f53107ea (diff) | |
download | ports-ecbd51750cfeefbb898b667c0ccc9d56a1515425.tar.gz ports-ecbd51750cfeefbb898b667c0ccc9d56a1515425.zip |
Notes
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> |