diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-26 07:50:47 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-26 07:50:47 +0000 |
commit | c132c5cb7311046aff788c43eb2b3d4a15a7f3f3 (patch) | |
tree | eab57dbd6e5e9f878de5ac143ded37523d366fc5 /textproc/goldendict | |
parent | e5c64e2888838936a8a265a75c873876ba96b0f4 (diff) | |
download | ports-c132c5cb7311046aff788c43eb2b3d4a15a7f3f3.tar.gz ports-c132c5cb7311046aff788c43eb2b3d4a15a7f3f3.zip |
Notes
Diffstat (limited to 'textproc/goldendict')
-rw-r--r-- | textproc/goldendict/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 65f8b5c4cbd4..217432748365 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -18,14 +18,13 @@ LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell \ 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> |