From 1b8a71b99a7b3863755254d3dcec4d100e2e334d Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Sat, 11 Dec 2010 22:45:43 +0000 Subject: - Setup DATADIR, DOCSDIR - Fix NO* vars Reported by: QAT --- korean/bitchx/Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'korean/bitchx/Makefile') diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index c59a1af7bc20..ec42d5a7cc85 100644 --- a/korean/bitchx/Makefile +++ b/korean/bitchx/Makefile @@ -40,18 +40,21 @@ BROKEN= Does not compile on sparc64 (needs -fPIC) CONFIGURE_ARGS+=--without-gtk +DOCSDIR= ${PREFIX}/share/doc/bitchx +DATADIR= ${PREFIX}/share/bx + post-patch: ${TOUCH} ${WRKSRC}/configure post-install: @(${LN} -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx) + ${MKDIR} ${DATADIR}/help/ + ${CP} -r ${WRKSRC}/bitchx-docs/* ${DATADIR}/help + ${RMDIR} ${DATADIR}/help/4_Misc/fset + ${RMDIR} ${DATADIR}/help/4_Misc/wset .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/bx/help - ${MKDIR} ${PREFIX}/share/doc/bitchx - ${CP} -r ${WRKSRC}/bitchx-docs/* ${PREFIX}/share/bx/help - ${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${PREFIX}/share/doc/bitchx - ${RMDIR} ${PREFIX}/share/bx/help/4_Misc/fset - ${RMDIR} ${PREFIX}/share/bx/help/4_Misc/wset + ${MKDIR} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${DOCSDIR}/ .endif .include -- cgit v1.2.3