diff options
Diffstat (limited to 'deskutils/launchy')
-rw-r--r-- | deskutils/launchy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile index 64cfc7bfc6eb..ed834b0903fe 100644 --- a/deskutils/launchy/Makefile +++ b/deskutils/launchy/Makefile @@ -13,15 +13,13 @@ COMMENT= Open source keystroke launcher BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils -USES= qmake -USE_DOS2UNIX= readme.lyx readme.txt +USES= dos2unix qmake +DOS2UNIX_FILES= readme.lyx readme.txt USE_QT4= qmake_build moc_build rcc_build uic_build gui network PORTDOCS= * MAKE_JOBS_UNSAFE= yes -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} 's,/usr,${PREFIX},' \ ${WRKSRC}/platforms/unix/unix.pro \ @@ -33,9 +31,7 @@ post-patch: ${WRKSRC}/src/src.pro post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/?eadme.* ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |