svn commit: r319097 - head/textproc/goldendict
Boris Samorodov
bsam at FreeBSD.org
Sun May 26 07:50:48 UTC 2013
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>
More information about the svn-ports-all
mailing list