- revert breakage introduced by options conversion in r316850

PR:		178810
Submitted by:	lichray@gmail.com (maintainer)
This commit is contained in:
Jason Helfman 2013-05-21 22:40:19 +00:00
parent 1b6ee1c7e2
commit 2181716f2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318730

View File

@ -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