diff options
Diffstat (limited to 'chinese/qe/Makefile')
-rw-r--r-- | chinese/qe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/qe/Makefile b/chinese/qe/Makefile index 632dee30ac67..92d1d49d248a 100644 --- a/chinese/qe/Makefile +++ b/chinese/qe/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/ \ MAINTAINER= statue@freebsd.sinica.edu.tw -HAS_CONFIGURE= yes -USE_GMAKE= yes +HAS_CONFIGURE= yes +USE_GMAKE= yes +USE_REINPLACE= yes post-configure: - @(cd ${WRKSRC} && \ - ${PATCH} < ${FILESDIR}/post-patch-Makefile ) + @${REINPLACE_CMD} -e '49s,-s,,' ${WRKSRC}/src/Makefile .include <bsd.port.mk> |