diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 0da6c9a1f91d..bfb6a16c528f 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -17,7 +17,6 @@ MAKE_JOBS_UNSAFE= yes PLIST_SUB= VERSION="${PORTVERSION}" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| regex\.c | |g ; \ s| -g | |g' ${WRKSRC}/Makefile.in @@ -25,12 +24,10 @@ post-patch: 's|"regex\.h"||g' ${WRKSRC}/bm_search.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/SmacLib/* ${DATADIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Doc/* ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/SmacLib/* ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Doc/* ${STAGEDIR}${DOCSDIR} .include