diff options
-rw-r--r-- | deskutils/vym/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |