Date: Sun, 26 May 2013 07:50:48 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319097 - head/textproc/goldendict Message-ID: <201305260750.r4Q7omAQ017270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Sun May 26 07:50:47 2013 New Revision: 319097 URL: http://svnweb.freebsd.org/changeset/ports/319097 Log: . be more declarative: WRKSRC=${WRKDIR} -> NO_WRKSUBDIR=yes; . do not mute install command. Modified: head/textproc/goldendict/Makefile Modified: head/textproc/goldendict/Makefile ============================================================================== --- head/textproc/goldendict/Makefile Sun May 26 07:49:47 2013 (r319096) +++ head/textproc/goldendict/Makefile Sun May 26 07:50:47 2013 (r319097) @@ -18,14 +18,13 @@ LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/te vorbis:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes +NO_WRKSUBDIR= yes HAS_CONFIGURE= yes USES= desktop-file-utils pkgconfig USE_XORG= xtst USE_QT4= corelib gui webkit phonon \ qmake_build linguist_build moc_build rcc_build script_build uic_build -WRKSRC= ${WRKDIR} - post-patch: @${SED} -I.bak -e "s:/usr:${PREFIX}:" ${WRKSRC}/redist/goldendict.desktop @@ -36,6 +35,6 @@ do-configure: post-install: @${MKDIR} ${DATADIR}/locale - @${INSTALL_DATA} ${WRKSRC}/locale/*.qm ${DATADIR}/locale/ + ${INSTALL_DATA} ${WRKSRC}/locale/*.qm ${DATADIR}/locale/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305260750.r4Q7omAQ017270>