fix pkg-plist when NOPORTDOCS is defined
This commit is contained in:
parent
071161127b
commit
88580f27fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238444
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ post-patch:
|
|||
${WRKSRC}/src/Makefile.in
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src po manual faq$$|SUBDIRS = ac libsylph src po|g' \
|
||||
@${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq$$|SUBDIRS = ac libsylph src plugin po|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.else
|
||||
.for i in ${MAKEFILES}
|
||||
|
|
|
@ -114,7 +114,7 @@ post-patch:
|
|||
${WRKSRC}/src/Makefile.in
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src po manual faq$$|SUBDIRS = ac libsylph src po|g' \
|
||||
@${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq$$|SUBDIRS = ac libsylph src plugin po|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.else
|
||||
.for i in ${MAKEFILES}
|
||||
|
|
Loading…
Reference in a new issue