diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-13 04:32:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-13 04:32:51 +0800 |
commit | 28a70b879d99705f8a4ca730fb0e8ceaec1e90df (patch) | |
tree | d5c96a5475f1e517eee2746e635e242f70890eca /games/lianliankan | |
parent | 2716b8361f1a42e5546cb6370ca462b848b75850 (diff) | |
download | freebsd-ports-gnome-28a70b879d99705f8a4ca730fb0e8ceaec1e90df.tar.gz freebsd-ports-gnome-28a70b879d99705f8a4ca730fb0e8ceaec1e90df.tar.zst freebsd-ports-gnome-28a70b879d99705f8a4ca730fb0e8ceaec1e90df.zip |
Unbreak
Diffstat (limited to 'games/lianliankan')
-rw-r--r-- | games/lianliankan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/lianliankan/Makefile b/games/lianliankan/Makefile index 4479d34807f4..42a2b22ba6ac 100644 --- a/games/lianliankan/Makefile +++ b/games/lianliankan/Makefile @@ -30,6 +30,7 @@ NLS_USES= gettext .include <bsd.port.options.mk> post-patch: + @${RM} ${WRKSRC}/INSTALL @${REINPLACE_CMD} -e 's|po include src|po src|' \ -e '/llk_linuxdocdir/,/EXTRA_DIST =/ d' \ ${WRKSRC}/Makefile.am |