fix pkg-plist when NOPORTDOCS is defined

This commit is contained in:
Oliver Lehmann 2009-07-27 15:15:13 +00:00
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

View file

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

View file

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