Date: Mon, 30 Dec 2013 22:37:50 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338189 - head/chinese/srecite Message-ID: <201312302237.rBUMbofL057659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 30 22:37:50 2013 New Revision: 338189 URL: http://svnweb.freebsd.org/changeset/ports/338189 Log: Stage support Modified: head/chinese/srecite/Makefile Modified: head/chinese/srecite/Makefile ============================================================================== --- head/chinese/srecite/Makefile Mon Dec 30 22:26:04 2013 (r338188) +++ head/chinese/srecite/Makefile Mon Dec 30 22:37:50 2013 (r338189) @@ -12,20 +12,18 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION} wordbooks-utf8.tar.gz MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for the Chinese people to study foreign language +COMMENT= Tool for the Chinese people to study foreign language GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -USE_GMAKE= yes -USES= pathfix +USES= gmake pathfix USE_GNOME= gnomeprefix libgnomeui WORDBOOKS_PATH= ${PREFIX}/share/${PORTNAME}/wordbooks -NO_STAGE= yes post-install: - cd ${WRKDIR}/wordbooks && ${INSTALL_DATA} * ${WORDBOOKS_PATH} - ${INSTALL_DATA} ${FILESDIR}/srecite.desktop ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKDIR}/wordbooks/* ${STAGEDIR}${WORDBOOKS_PATH} + ${INSTALL_DATA} ${FILESDIR}/srecite.desktop ${STAGEDIR}${PREFIX}/share/applications .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312302237.rBUMbofL057659>