Fix makefine conditionals broken by previous commit
This commit is contained in:
parent
07fe54d31b
commit
b9dd107309
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236660
@ -25,9 +25,6 @@ GNU_CONFIGURE= yes
|
||||
PLIST_SUB+= OCAML_LIBDIR="${OCAML_LIBDIR}"
|
||||
|
||||
ALL_TARGET= all
|
||||
.ifndef NOPORTDOCS
|
||||
ALL_TARGET+= doc
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -40,6 +37,10 @@ CONFIGURE_ARGS+= LABLGTK2=no
|
||||
PLIST_SUB+= GUI="@comment "
|
||||
.endif
|
||||
|
||||
.ifndef NOPORTDOCS
|
||||
ALL_TARGET+= doc
|
||||
PORTDOCS= *
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/VIEWER_DIR. doc/d' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user