mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
- revert breakage introduced by options conversion in r316850
PR: 178810 Submitted by: lichray@gmail.com (maintainer)
This commit is contained in:
parent
1b6ee1c7e2
commit
2181716f2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318730
1 changed files with 1 additions and 3 deletions
|
@ -18,8 +18,6 @@ QMAKE_ARGS= PREFIX=${PREFIX} \
|
||||||
DOCDIR=${DOCSDIR}
|
DOCDIR=${DOCSDIR}
|
||||||
QT_LRELEASE= ${LOCALBASE}/bin/lrelease-qt4
|
QT_LRELEASE= ${LOCALBASE}/bin/lrelease-qt4
|
||||||
|
|
||||||
BROKEN= fails to package
|
|
||||||
|
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
STRIP_FILES= bin/vym
|
STRIP_FILES= bin/vym
|
||||||
|
|
||||||
|
@ -40,7 +38,7 @@ PLIST_SUB+= NLS="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if !${PORT_OPTIONS:MDOCS}
|
||||||
${REINPLACE_CMD} -e '/INSTALLS += doc/d' ${WRKSRC}/vym.pro
|
${REINPLACE_CMD} -e '/INSTALLS += doc/d' ${WRKSRC}/vym.pro
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue