aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-11-18 21:45:44 +0800
committerbapt <bapt@FreeBSD.org>2013-11-18 21:45:44 +0800
commitfa5cfad14187ef5fd9e14f12908abe0a5fc73787 (patch)
tree003722865c3ffbd06a385211135ea1ca17afd24a /deskutils
parent1eefcd191af75528bbbb37fc017a8b2b5fabceba (diff)
downloadfreebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.tar.gz
freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.tar.zst
freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.zip
Convert to USES=dos2unix
While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible
Diffstat (limited to 'deskutils')
-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>