From c22f8ad1943117aabdba8d67171288c44fa5f5ed Mon Sep 17 00:00:00 2001 From: jgh Date: Tue, 21 May 2013 22:40:19 +0000 Subject: - revert breakage introduced by options conversion in r316850 PR: 178810 Submitted by: lichray@gmail.com (maintainer) --- deskutils/vym/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'deskutils/vym/Makefile') diff --git a/deskutils/vym/Makefile b/deskutils/vym/Makefile index fe1851a69a10..bdd85cca7a98 100644 --- a/deskutils/vym/Makefile +++ b/deskutils/vym/Makefile @@ -18,8 +18,6 @@ QMAKE_ARGS= PREFIX=${PREFIX} \ DOCDIR=${DOCSDIR} QT_LRELEASE= ${LOCALBASE}/bin/lrelease-qt4 -BROKEN= fails to package - MAKE_JOBS_SAFE= yes STRIP_FILES= bin/vym @@ -40,7 +38,7 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: -.if ${PORT_OPTIONS:MDOCS} +.if !${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/INSTALLS += doc/d' ${WRKSRC}/vym.pro .endif -- cgit