aboutsummaryrefslogtreecommitdiff
path: root/deskutils/launchy
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 13:45:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 13:45:44 +0000
commit51c60ddf7f7c0942f2a332498ef7e104a0c11dc0 (patch)
tree003722865c3ffbd06a385211135ea1ca17afd24a /deskutils/launchy
parentfcbc3463cba2860570ef5b205a8994fa3c5e084f (diff)
downloadports-51c60ddf7f7c0942f2a332498ef7e104a0c11dc0.tar.gz
ports-51c60ddf7f7c0942f2a332498ef7e104a0c11dc0.zip
Notes
Diffstat (limited to 'deskutils/launchy')
-rw-r--r--deskutils/launchy/Makefile8
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>